We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3963c24 commit 7bd0cfcCopy full SHA for 7bd0cfc
go.mod
@@ -7,6 +7,7 @@ require (
7
entgo.io/ent v0.14.5
8
github.com/99designs/gqlgen v0.17.79
9
github.com/caarlos0/env/v11 v11.3.1
10
+ github.com/docker/go-connections v0.6.0
11
github.com/gin-contrib/cors v1.7.6
12
github.com/gin-gonic/gin v1.10.1
13
github.com/hashicorp/go-multierror v1.1.1
@@ -49,7 +50,6 @@ require (
49
50
github.com/davecgh/go-spew v1.1.1 // indirect
51
github.com/distribution/reference v0.6.0 // indirect
52
github.com/docker/docker v28.4.0+incompatible // indirect
- github.com/docker/go-connections v0.6.0 // indirect
53
github.com/docker/go-units v0.5.0 // indirect
54
github.com/ebitengine/purego v0.8.4 // indirect
55
github.com/felixge/httpsnoop v1.0.4 // indirect
0 commit comments