-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (26 loc) · 949 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/opengemini/opengemini-client-go-application
go 1.22.0
toolchain go1.22.2
require (
github.com/libgox/addr v0.2.0
github.com/libgox/asciitable v0.0.0-20241225014119-5902387d688c
github.com/libgox/buffer v0.1.0
github.com/libgox/envx v0.2.0
github.com/libgox/flyway v0.2.1
github.com/libgox/gocollections v0.1.1
github.com/libgox/must v1.1.0
github.com/libgox/properties v0.1.0
github.com/libgox/retry v0.1.0
github.com/libgox/slogsimple v0.3.0
github.com/libgox/spring-cloud-go v0.3.0
github.com/libgox/unicodex v0.1.0
github.com/protocol-laboratory/opcua-go v0.0.0-20241105090735-5a1bb4fc587d
github.com/protocol-laboratory/zookeeper-client-go v0.3.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.10.0 // indirect
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)