1
1
module go.infratographer.com/ipam-api
2
2
3
- go 1.21
3
+ go 1.22.12
4
+
5
+ toolchain go1.24.0
4
6
5
7
require (
6
8
entgo.io/contrib v0.4.5
7
9
entgo.io/ent v0.12.4
8
10
github.com/3th1nk/cidr v0.2.0
9
- github.com/99designs/gqlgen v0.17.38
11
+ github.com/99designs/gqlgen v0.17.65
10
12
github.com/Yamashou/gqlgenc v0.15.1
11
13
github.com/brianvoe/gofakeit/v6 v6.26.3
12
14
github.com/hashicorp/go-multierror v1.1.1
@@ -17,9 +19,9 @@ require (
17
19
github.com/mitchellh/go-homedir v1.1.0
18
20
github.com/spf13/cobra v1.8.0
19
21
github.com/spf13/viper v1.18.2
20
- github.com/stretchr/testify v1.8.4
22
+ github.com/stretchr/testify v1.10.0
21
23
github.com/testcontainers/testcontainers-go/modules/postgres v0.26.0
22
- github.com/vektah/gqlparser/v2 v2.5.10
24
+ github.com/vektah/gqlparser/v2 v2.5.22
23
25
github.com/wundergraph/graphql-go-tools v1.67.0
24
26
go.infratographer.com/permissions-api v0.2.7
25
27
go.infratographer.com/x v0.3.10-0.20240129185339-bec1b00bf570
@@ -47,7 +49,7 @@ require (
47
49
github.com/Microsoft/hcsshim v0.11.1 // indirect
48
50
github.com/XSAM/otelsql v0.23.0 // indirect
49
51
github.com/agext/levenshtein v1.2.1 // indirect
50
- github.com/agnivade/levenshtein v1.1.1 // indirect
52
+ github.com/agnivade/levenshtein v1.2.0 // indirect
51
53
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
52
54
github.com/beorn7/perks v1.0.1 // indirect
53
55
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
@@ -67,16 +69,17 @@ require (
67
69
github.com/go-logr/stdr v1.2.2 // indirect
68
70
github.com/go-ole/go-ole v1.2.6 // indirect
69
71
github.com/go-openapi/inflect v0.19.0 // indirect
72
+ github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
70
73
github.com/gogo/protobuf v1.3.2 // indirect
71
74
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
72
75
github.com/golang-jwt/jwt/v5 v5.2.0 // indirect
73
76
github.com/golang/protobuf v1.5.3 // indirect
74
77
github.com/google/go-cmp v0.6.0 // indirect
75
- github.com/google/uuid v1.5 .0 // indirect
78
+ github.com/google/uuid v1.6 .0 // indirect
76
79
github.com/gorilla/websocket v1.5.1 // indirect
77
80
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1 // indirect
78
81
github.com/hashicorp/errwrap v1.1.0 // indirect
79
- github.com/hashicorp/golang-lru/v2 v2.0.3 // indirect
82
+ github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
80
83
github.com/hashicorp/hcl v1.0.0 // indirect
81
84
github.com/hashicorp/hcl/v2 v2.13.0 // indirect
82
85
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -96,7 +99,7 @@ require (
96
99
github.com/labstack/gommon v0.4.2 // indirect
97
100
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
98
101
github.com/magiconair/properties v1.8.7 // indirect
99
- github.com/mattn/go-colorable v0.1.13 // indirect
102
+ github.com/mattn/go-colorable v0.1.14 // indirect
100
103
github.com/mattn/go-isatty v0.0.20 // indirect
101
104
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
102
105
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
@@ -123,11 +126,12 @@ require (
123
126
github.com/shirou/gopsutil/v3 v3.23.9 // indirect
124
127
github.com/shoenig/go-m1cpu v0.1.6 // indirect
125
128
github.com/sirupsen/logrus v1.9.3 // indirect
129
+ github.com/sosodev/duration v1.3.1 // indirect
126
130
github.com/sourcegraph/conc v0.3.0 // indirect
127
131
github.com/spf13/afero v1.11.0 // indirect
128
132
github.com/spf13/cast v1.6.0 // indirect
129
133
github.com/spf13/pflag v1.0.5 // indirect
130
- github.com/stretchr/objx v0.5.0 // indirect
134
+ github.com/stretchr/objx v0.5.2 // indirect
131
135
github.com/subosito/gotenv v1.6.0 // indirect
132
136
github.com/testcontainers/testcontainers-go v0.26.0 // indirect
133
137
github.com/tklauser/go-sysconf v0.3.12 // indirect
@@ -152,20 +156,21 @@ require (
152
156
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
153
157
go.step.sm/crypto v0.35.1 // indirect
154
158
go.uber.org/multierr v1.11.0 // indirect
155
- golang.org/x/crypto v0.17 .0 // indirect
156
- golang.org/x/mod v0.14 .0 // indirect
157
- golang.org/x/net v0.19 .0 // indirect
159
+ golang.org/x/crypto v0.31 .0 // indirect
160
+ golang.org/x/mod v0.21 .0 // indirect
161
+ golang.org/x/net v0.33 .0 // indirect
158
162
golang.org/x/oauth2 v0.15.0 // indirect
159
- golang.org/x/sys v0.16.0 // indirect
160
- golang.org/x/text v0.14.0 // indirect
163
+ golang.org/x/sync v0.11.0 // indirect
164
+ golang.org/x/sys v0.29.0 // indirect
165
+ golang.org/x/text v0.22.0 // indirect
161
166
golang.org/x/time v0.5.0 // indirect
162
- golang.org/x/tools v0.16 .0 // indirect
167
+ golang.org/x/tools v0.25 .0 // indirect
163
168
google.golang.org/appengine v1.6.8 // indirect
164
169
google.golang.org/genproto v0.0.0-20231212172506-995d672761c0 // indirect
165
170
google.golang.org/genproto/googleapis/api v0.0.0-20231212172506-995d672761c0 // indirect
166
171
google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
167
172
google.golang.org/grpc v1.60.1 // indirect
168
- google.golang.org/protobuf v1.31.0 // indirect
173
+ google.golang.org/protobuf v1.36.5 // indirect
169
174
gopkg.in/ini.v1 v1.67.0 // indirect
170
175
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
171
176
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments