-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 843 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/datainq/teryt
go 1.15
require (
github.com/datainq/csvlib v0.0.0-20180622114442-1b05af5aeb85
github.com/datainq/rwmc v0.0.0-20170828212357-4b3c754451c3
github.com/docker/docker v1.13.1 // indirect
github.com/ericlagergren/decimal v0.0.0-20191206042408-88212e6cfca9 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/orian/counters v0.0.0-20171031171931-65f79717c6d1
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.1
golang.org/x/net v0.0.0-20200925080053-05aa5d4ee321 // indirect
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)