chore: .gitignore
parent
45cff7df24
commit
e30adee9b4
|
@ -1,9 +1,15 @@
|
||||||
|
## IDE
|
||||||
.idea
|
.idea
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
## golang
|
||||||
vendor
|
vendor
|
||||||
logs
|
logs
|
||||||
go.sum
|
go.sum
|
||||||
manifest
|
|
||||||
cmd/.DS_Store
|
## MacOS
|
||||||
cmd/hummingbird-ui/.DS_Store
|
.DS_Store
|
||||||
hummingbird
|
|
||||||
mqtt-broker
|
## binary
|
||||||
|
cmd/hummingbird-core/hummingbird-core
|
||||||
|
cmd/mqtt-broker/mqtt-broker
|
1
go.mod
1
go.mod
|
@ -4,7 +4,6 @@ go 1.18
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/BurntSushi/toml v1.1.0
|
github.com/BurntSushi/toml v1.1.0
|
||||||
github.com/alexmullins/zip v0.0.0-20180717182244-4affb64b04d0
|
|
||||||
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
||||||
github.com/docker/distribution v2.8.1+incompatible
|
github.com/docker/distribution v2.8.1+incompatible
|
||||||
github.com/docker/docker v20.10.17+incompatible
|
github.com/docker/docker v20.10.17+incompatible
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue