forked from timeplus-io/proton-go-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 937 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
module github.com/timeplus-io/proton-go-driver/v2
go 1.18
require (
github.com/google/uuid v1.3.0
github.com/mkevac/debugcharts v0.0.0-20191222103121-ae1c48aa8615
github.com/paulmach/orb v0.4.0
github.com/pierrec/lz4/v4 v4.1.14
github.com/shopspring/decimal v1.3.1
github.com/stretchr/testify v1.7.1
go.opentelemetry.io/otel/trace v1.5.0
)
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/gorilla/websocket v1.4.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/shirou/gopsutil v2.19.11+incompatible // indirect
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
go.opentelemetry.io/otel v1.5.0 // indirect
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)