|
1 | 1 | module github.com/cego/nebula-provisioner |
2 | 2 |
|
3 | | -go 1.25.4 |
| 3 | +go 1.26.1 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/99designs/gqlgen v0.17.84 |
| 6 | + github.com/99designs/gqlgen v0.17.88 |
7 | 7 | github.com/dgraph-io/badger/v3 v3.2103.5 |
8 | 8 | github.com/gorilla/mux v1.8.1 |
9 | 9 | github.com/gorilla/sessions v1.4.0 |
10 | 10 | github.com/jackpal/gateway v1.1.1 |
11 | 11 | github.com/jackpal/go-nat-pmp v1.0.2 |
12 | 12 | github.com/lafriks/go-spaproxy v0.2.0 |
13 | 13 | github.com/mitchellh/go-ps v1.0.0 |
14 | | - github.com/openbao/openbao/sdk/v2 v2.5.0 |
| 14 | + github.com/openbao/openbao/sdk/v2 v2.5.1 |
15 | 15 | github.com/pkg/errors v0.9.1 |
16 | | - github.com/sirupsen/logrus v1.9.3 |
17 | | - github.com/slackhq/nebula v1.9.7 |
18 | | - github.com/spf13/cobra v1.10.1 |
19 | | - github.com/vektah/gqlparser/v2 v2.5.31 |
20 | | - golang.org/x/crypto v0.45.0 |
21 | | - golang.org/x/oauth2 v0.33.0 |
22 | | - golang.org/x/tools v0.39.0 |
23 | | - google.golang.org/grpc v1.77.0 |
24 | | - google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.6.0 |
25 | | - google.golang.org/protobuf v1.36.10 |
| 16 | + github.com/sirupsen/logrus v1.9.4 |
| 17 | + github.com/slackhq/nebula v1.10.3 |
| 18 | + github.com/spf13/cobra v1.10.2 |
| 19 | + github.com/vektah/gqlparser/v2 v2.5.32 |
| 20 | + golang.org/x/crypto v0.49.0 |
| 21 | + golang.org/x/oauth2 v0.36.0 |
| 22 | + golang.org/x/tools v0.43.0 |
| 23 | + google.golang.org/grpc v1.79.3 |
| 24 | + google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.6.1 |
| 25 | + google.golang.org/protobuf v1.36.11 |
26 | 26 | gopkg.in/yaml.v3 v3.0.1 |
27 | 27 | ) |
28 | 28 |
|
29 | 29 | require ( |
30 | | - dario.cat/mergo v1.0.1 // indirect |
| 30 | + dario.cat/mergo v1.0.2 // indirect |
| 31 | + filippo.io/bigmod v0.1.0 // indirect |
31 | 32 | github.com/agnivade/levenshtein v1.2.1 // indirect |
32 | 33 | github.com/cespare/xxhash v1.1.0 // indirect |
33 | 34 | github.com/cespare/xxhash/v2 v2.3.0 // indirect |
34 | 35 | github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
35 | 36 | github.com/dgraph-io/ristretto v0.2.0 // indirect |
36 | 37 | github.com/dustin/go-humanize v1.0.1 // indirect |
37 | | - github.com/go-viper/mapstructure/v2 v2.4.0 // indirect |
38 | | - github.com/goccy/go-yaml v1.18.0 // indirect |
| 38 | + github.com/go-viper/mapstructure/v2 v2.5.0 // indirect |
| 39 | + github.com/goccy/go-yaml v1.19.2 // indirect |
39 | 40 | github.com/gogo/protobuf v1.3.2 // indirect |
40 | | - github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
| 41 | + github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect |
41 | 42 | github.com/golang/protobuf v1.5.4 // indirect |
42 | | - github.com/golang/snappy v0.0.4 // indirect |
43 | | - github.com/google/flatbuffers v24.3.25+incompatible // indirect |
| 43 | + github.com/golang/snappy v1.0.0 // indirect |
| 44 | + github.com/google/flatbuffers v25.12.19+incompatible // indirect |
44 | 45 | github.com/google/uuid v1.6.0 // indirect |
45 | 46 | github.com/gorilla/securecookie v1.1.2 // indirect |
46 | 47 | github.com/gorilla/websocket v1.5.3 // indirect |
47 | 48 | github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect |
48 | 49 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
49 | | - github.com/klauspost/compress v1.18.1 // indirect |
| 50 | + github.com/klauspost/compress v1.18.4 // indirect |
50 | 51 | github.com/kr/pretty v0.3.1 // indirect |
51 | 52 | github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
52 | 53 | github.com/rogpeppe/go-internal v1.10.0 // indirect |
53 | | - github.com/sosodev/duration v1.3.1 // indirect |
54 | | - github.com/spf13/pflag v1.0.9 // indirect |
55 | | - github.com/stretchr/objx v0.5.2 // indirect |
| 54 | + github.com/sosodev/duration v1.4.0 // indirect |
| 55 | + github.com/spf13/pflag v1.0.10 // indirect |
| 56 | + github.com/stretchr/objx v0.5.3 // indirect |
56 | 57 | github.com/stretchr/testify v1.11.1 // indirect |
57 | | - github.com/urfave/cli/v3 v3.6.1 // indirect |
| 58 | + github.com/urfave/cli/v3 v3.7.0 // indirect |
58 | 59 | go.opencensus.io v0.24.0 // indirect |
59 | | - golang.org/x/mod v0.30.0 // indirect |
60 | | - golang.org/x/net v0.47.0 // indirect |
61 | | - golang.org/x/sync v0.18.0 // indirect |
62 | | - golang.org/x/sys v0.38.0 // indirect |
63 | | - golang.org/x/telemetry v0.0.0-20251111182119-bc8e575c7b54 // indirect |
64 | | - golang.org/x/term v0.37.0 // indirect |
65 | | - golang.org/x/text v0.31.0 // indirect |
66 | | - google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect |
| 60 | + go.yaml.in/yaml/v3 v3.0.4 // indirect |
| 61 | + golang.org/x/mod v0.34.0 // indirect |
| 62 | + golang.org/x/net v0.52.0 // indirect |
| 63 | + golang.org/x/sync v0.20.0 // indirect |
| 64 | + golang.org/x/sys v0.42.0 // indirect |
| 65 | + golang.org/x/telemetry v0.0.0-20260316223853-b6b0c46d1ccd // indirect |
| 66 | + golang.org/x/term v0.41.0 // indirect |
| 67 | + golang.org/x/text v0.35.0 // indirect |
| 68 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20260316180232-0b37fe3546d5 // indirect |
67 | 69 | gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
68 | | - gopkg.in/yaml.v2 v2.4.0 // indirect |
69 | 70 | ) |
0 commit comments