1
1
module github.com/aperturerobotics/cayley
2
2
3
- go 1.22
3
+ go 1.23
4
+
5
+ toolchain go1.24.0
4
6
5
7
require (
6
- github.com/aperturerobotics/common v0.16.12
7
- github.com/aperturerobotics/protobuf-go-lite v0.6.5
8
+ github.com/aperturerobotics/common v0.20.3
9
+ github.com/aperturerobotics/protobuf-go-lite v0.8.0
8
10
github.com/badgerodon/peg v0.0.0-20130729175151-9e5f7f4d07ca
9
- github.com/cockroachdb/pebble v1.1.1
11
+ github.com/cockroachdb/pebble/v2 v2.0.2
10
12
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548
11
13
github.com/dennwc/graphql v0.4.19-0.20180603144102-12cfed44bc5d
12
- github.com/dgraph-io/badger/v4 v4.2.0
13
- github.com/docker/docker v26.1 .1+incompatible // indirect
14
- github.com/dop251/goja v0.0.0-20240627195025-eb1f15ee67d2
15
- github.com/fsouza/go-dockerclient v1.11.0
16
- github.com/go-sql-driver/mysql v1.8.1
17
- github.com/golang/glog v1.2.1
14
+ github.com/dgraph-io/badger/v4 v4.5.1
15
+ github.com/docker/docker v27.5 .1+incompatible // indirect
16
+ github.com/dop251/goja v0.0.0-20250125213203-5ef83b82af17
17
+ github.com/fsouza/go-dockerclient v1.12.1
18
+ github.com/go-sql-driver/mysql v1.9.0
19
+ github.com/golang/glog v1.2.4
18
20
github.com/jackc/pgx v3.6.2+incompatible
19
21
github.com/julienschmidt/httprouter v1.3.0
20
22
github.com/lib/pq v1.10.9
21
23
github.com/mattn/go-sqlite3 v2.0.3+incompatible
22
24
github.com/mr-tron/base58 v1.2.0
23
25
github.com/peterh/liner v1.2.2
24
26
github.com/piprate/json-gold v0.5.0
25
- github.com/spf13/cobra v1.8 .1
27
+ github.com/spf13/cobra v1.9 .1
26
28
github.com/spf13/viper v1.19.0
27
- github.com/stretchr/testify v1.9 .0
29
+ github.com/stretchr/testify v1.10 .0
28
30
github.com/tylertreat/BoomFilters v0.0.0-20210315201527-1a82519a3e43
29
31
github.com/vmihailenco/msgpack/v5 v5.4.1
30
- go.etcd.io/bbolt v1.3.10
32
+ go.etcd.io/bbolt v1.4.0
31
33
)
32
34
35
+ require github.com/cockroachdb/pebble v1.1.4
36
+
33
37
require (
34
38
filippo.io/edwards25519 v1.1.0 // indirect
35
39
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
36
- github.com/DataDog/zstd v1.5.0 // indirect
37
- github.com/Microsoft/go-winio v0.6.1 // indirect
38
- github.com/aperturerobotics/json-iterator-lite v1.0.0 // indirect
40
+ github.com/DataDog/zstd v1.5.6-0.20230824185856-869dae002e5e // indirect
41
+ github.com/Microsoft/go-winio v0.6.2 // indirect
42
+ github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 // indirect
39
43
github.com/beorn7/perks v1.0.1 // indirect
40
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
44
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
41
45
github.com/cockroachdb/apd v1.1.0 // indirect
42
46
github.com/cockroachdb/errors v1.11.3 // indirect
43
47
github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect
@@ -49,25 +53,26 @@ require (
49
53
github.com/d4l3k/messagediff v1.2.1 // indirect
50
54
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
51
55
github.com/dgraph-io/ristretto v0.1.1 // indirect
56
+ github.com/dgraph-io/ristretto/v2 v2.1.0 // indirect
52
57
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
53
- github.com/dlclark/regexp2 v1.7.0 // indirect
58
+ github.com/dlclark/regexp2 v1.11.4 // indirect
54
59
github.com/docker/go-connections v0.4.0 // indirect
55
60
github.com/docker/go-units v0.5.0 // indirect
56
- github.com/dustin/go-humanize v1.0.0 // indirect
61
+ github.com/dustin/go-humanize v1.0.1 // indirect
57
62
github.com/fsnotify/fsnotify v1.7.0 // indirect
58
63
github.com/getsentry/sentry-go v0.27.0 // indirect
59
64
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
60
65
github.com/gofrs/uuid v4.4.0+incompatible // indirect
61
66
github.com/gogo/protobuf v1.3.2 // indirect
62
67
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
63
68
github.com/golang/protobuf v1.5.4 // indirect
64
- github.com/golang/snappy v0.0.4 // indirect
65
- github.com/google/flatbuffers v1 .12.1 // indirect
69
+ github.com/golang/snappy v0.0.5-0.20231225225746-43d5d4cd4e0e // indirect
70
+ github.com/google/flatbuffers v24 .12.23+incompatible // indirect
66
71
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
67
72
github.com/hashicorp/hcl v1.0.0 // indirect
68
73
github.com/inconshreveable/mousetrap v1.1.0 // indirect
69
74
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
70
- github.com/klauspost/compress v1.17.2 // indirect
75
+ github.com/klauspost/compress v1.17.11 // indirect
71
76
github.com/kr/pretty v0.3.1 // indirect
72
77
github.com/kr/text v0.2.0 // indirect
73
78
github.com/magiconair/properties v1.8.7 // indirect
@@ -78,6 +83,7 @@ require (
78
83
github.com/moby/patternmatcher v0.6.0 // indirect
79
84
github.com/moby/sys/sequential v0.5.0 // indirect
80
85
github.com/moby/sys/user v0.1.0 // indirect
86
+ github.com/moby/sys/userns v0.1.0 // indirect
81
87
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
82
88
github.com/morikuni/aec v1.0.0 // indirect
83
89
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -99,21 +105,21 @@ require (
99
105
github.com/sourcegraph/conc v0.3.0 // indirect
100
106
github.com/spf13/afero v1.11.0 // indirect
101
107
github.com/spf13/cast v1.6.0 // indirect
102
- github.com/spf13/pflag v1.0.5 // indirect
108
+ github.com/spf13/pflag v1.0.6 // indirect
103
109
github.com/subosito/gotenv v1.6.0 // indirect
104
110
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
105
111
go.opencensus.io v0.24.0 // indirect
106
112
go.uber.org/atomic v1.9.0 // indirect
107
113
go.uber.org/multierr v1.9.0 // indirect
108
- golang.org/x/crypto v0.22.1-0.20240503134056-ebb717d63002 // indirect
114
+ golang.org/x/crypto v0.32.0 // indirect
109
115
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
110
116
golang.org/x/mod v0.17.0 // indirect
111
- golang.org/x/net v0.24 .0 // indirect
112
- golang.org/x/sync v0.7 .0 // indirect
113
- golang.org/x/sys v0.19 .0 // indirect
114
- golang.org/x/text v0.14 .0 // indirect
115
- golang.org/x/tools v0.20.0 // indirect
116
- google.golang.org/protobuf v1.34.1 // indirect
117
+ golang.org/x/net v0.34 .0 // indirect
118
+ golang.org/x/sync v0.10 .0 // indirect
119
+ golang.org/x/sys v0.30 .0 // indirect
120
+ golang.org/x/text v0.21 .0 // indirect
121
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
122
+ google.golang.org/protobuf v1.36.3 // indirect
117
123
gopkg.in/ini.v1 v1.67.0 // indirect
118
124
gopkg.in/yaml.v3 v3.0.1 // indirect
119
125
)
0 commit comments