forked from pcelvng/task-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
49 lines (47 loc) · 1.81 KB
/
go.mod
File metadata and controls
49 lines (47 loc) · 1.81 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
module github.com/pcelvng/task-tools
go 1.16
require (
cloud.google.com/go/bigquery v1.17.0
cloud.google.com/go/pubsub v1.10.2 // indirect
github.com/BurntSushi/toml v0.3.1
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/apache/calcite-avatica-go/v5 v5.0.0
github.com/buger/jsonparser v1.1.1
github.com/davecgh/go-spew v1.1.1
github.com/dustin/go-humanize v1.0.0
github.com/dustinevan/chron v1.0.0 // indirect
github.com/go-ini/ini v1.62.0 // indirect
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/go-cmp v0.5.5
github.com/google/uuid v1.2.0
github.com/hydronica/toml v0.4.2
github.com/hydronica/trial v0.5.0
github.com/itchyny/gojq v0.12.3
github.com/itchyny/timefmt-go v0.1.3 // indirect
github.com/jarcoal/httpmock v1.0.8
github.com/jbsmith7741/go-tools v0.4.1
github.com/jbsmith7741/trial v0.3.1
github.com/jbsmith7741/uri v0.4.1
github.com/jmoiron/sqlx v1.3.3
github.com/json-iterator/go v1.1.10
github.com/lib/pq v1.10.1
github.com/minio/minio-go v6.0.14+incompatible
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/nsqio/go-nsq v1.0.8
github.com/pcelvng/task v0.5.5
github.com/pelletier/go-toml v1.9.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.21.0 // indirect
github.com/robfig/cron/v3 v3.0.1
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.0.0-20210421230115-4e50805a0758 // indirect
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
google.golang.org/api v0.45.0
google.golang.org/genproto v0.0.0-20210422153429-2279cbceda62 // indirect
gopkg.in/dustinevan/chron.v0 v0.0.0
gopkg.in/ini.v1 v1.62.0 // indirect
)