Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ require (
github.com/minio/selfupdate v0.6.0
github.com/nikoksr/notify v1.3.0
github.com/nxadm/tail v1.4.11
github.com/oschwald/geoip2-golang v1.13.0
github.com/oschwald/geoip2-golang/v2 v2.0.0
github.com/pkg/errors v0.9.1
github.com/pquerna/otp v1.5.0
github.com/pretty66/websocketproxy v0.0.0-20220507015215-930b3a686308
Expand Down Expand Up @@ -264,7 +264,6 @@ require (
github.com/nzdjb/go-metaname v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.1 // indirect
github.com/oschwald/geoip2-golang/v2 v2.0.0 // indirect
github.com/oschwald/maxminddb-golang v1.13.1 // indirect
github.com/oschwald/maxminddb-golang/v2 v2.1.0 // indirect
github.com/ovh/go-ovh v1.9.0 // indirect
Expand Down
Loading