1
1
module gitlab.com/postgres-ai/joe
2
2
3
- go 1.19
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/AlekSi/pointer v1.1.0
@@ -18,24 +18,24 @@ require (
18
18
github.com/sethvargo/go-password v0.2.0
19
19
github.com/slack-go/slack v0.14.0
20
20
github.com/stretchr/testify v1.7.0
21
- gitlab.com/postgres-ai/database-lab/v2 v2.4.0
21
+ gitlab.com/postgres-ai/database-lab/v3 v3.0.4
22
22
)
23
23
24
24
require (
25
- github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
25
+ github.com/Azure/go-ansiterm v0.0.0-20210608223527-2377c96fe795 // indirect
26
26
github.com/BurntSushi/toml v0.3.1 // indirect
27
27
github.com/Microsoft/go-winio v0.4.17 // indirect
28
28
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
29
- github.com/containerd/containerd v1.5.2 // indirect
29
+ github.com/containerd/containerd v1.5.9 // indirect
30
30
github.com/davecgh/go-spew v1.1.1 // indirect
31
- github.com/docker/cli v0.0.0-20200721130541-80fd48bcb7e7 // indirect
32
- github.com/docker/distribution v2.7.1 +incompatible // indirect
33
- github.com/docker/docker v20.10.5 +incompatible // indirect
31
+ github.com/docker/cli v20.10.13+incompatible // indirect
32
+ github.com/docker/distribution v2.8.0 +incompatible // indirect
33
+ github.com/docker/docker v20.10.13 +incompatible // indirect
34
34
github.com/docker/go-connections v0.4.0 // indirect
35
35
github.com/docker/go-units v0.4.0 // indirect
36
36
github.com/go-ole/go-ole v1.2.4 // indirect
37
37
github.com/gogo/protobuf v1.3.2 // indirect
38
- github.com/golang/protobuf v1.4.3 // indirect
38
+ github.com/golang/protobuf v1.5.2 // indirect
39
39
github.com/gorilla/websocket v1.5.3 // indirect
40
40
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
41
41
github.com/jackc/pgio v1.0.0 // indirect
@@ -45,23 +45,23 @@ require (
45
45
github.com/jackc/puddle v1.1.2 // indirect
46
46
github.com/joho/godotenv v1.3.0 // indirect
47
47
github.com/mattn/go-runewidth v0.0.10 // indirect
48
- github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
48
+ github.com/moby/term v0.0.0-20210610120745-9d4ed1856297 // indirect
49
49
github.com/morikuni/aec v1.0.0 // indirect
50
50
github.com/opencontainers/go-digest v1.0.0 // indirect
51
- github.com/opencontainers/image-spec v1.0.1 // indirect
51
+ github.com/opencontainers/image-spec v1.0.2 // indirect
52
52
github.com/pmezard/go-difflib v1.0.0 // indirect
53
53
github.com/rivo/uniseg v0.1.0 // indirect
54
54
github.com/shirou/gopsutil v2.20.9+incompatible // indirect
55
- github.com/sirupsen/logrus v1.7.0 // indirect
56
- golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
57
- golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
58
- golang.org/x/sys v0.0.0-20210324051608-47abb6519492 // indirect
59
- golang.org/x/text v0.3.4 // indirect
55
+ github.com/sirupsen/logrus v1.8.1 // indirect
56
+ golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
57
+ golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
58
+ golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
59
+ golang.org/x/text v0.3.7 // indirect
60
60
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
61
- google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a // indirect
62
- google.golang.org/grpc v1.38 .0 // indirect
63
- google.golang.org/protobuf v1.25.0 // indirect
61
+ google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
62
+ google.golang.org/grpc v1.43 .0 // indirect
63
+ google.golang.org/protobuf v1.27.1 // indirect
64
64
gopkg.in/yaml.v2 v2.4.0 // indirect
65
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
65
+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
66
66
olympos.io/encoding/edn v0.0.0-20200308123125-93e3b8dd0e24 // indirect
67
67
)
0 commit comments