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 3def600 commit f23f496Copy full SHA for f23f496
go.mod
@@ -8,12 +8,12 @@ require (
8
github.com/aperturerobotics/common v0.20.3 // latest
9
github.com/aperturerobotics/protobuf-go-lite v0.8.0 // indirect; latest
10
github.com/aperturerobotics/starpc v0.36.2-0.20250103065853-1198ab25ec5a // main
11
- github.com/rgraphql/rgraphql v1.4.1-0.20250103064416-220415d4a1c6 // remove-reflect
+ github.com/rgraphql/rgraphql 3be846ca5247 // remove-reflect
12
)
13
14
require (
15
github.com/sirupsen/logrus v1.9.3
16
- github.com/urfave/cli v1.22.16
+ github.com/urfave/cli/v2 v2.27.5
17
18
19
0 commit comments