chore: .gitignore
parent
45cff7df24
commit
e30adee9b4
|
@ -1,9 +1,15 @@
|
|||
## IDE
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
## golang
|
||||
vendor
|
||||
logs
|
||||
go.sum
|
||||
manifest
|
||||
cmd/.DS_Store
|
||||
cmd/hummingbird-ui/.DS_Store
|
||||
hummingbird
|
||||
mqtt-broker
|
||||
|
||||
## MacOS
|
||||
.DS_Store
|
||||
|
||||
## 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 (
|
||||
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/docker/distribution v2.8.1+incompatible
|
||||
github.com/docker/docker v20.10.17+incompatible
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue