forked from pcelvng/task-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
50 lines (48 loc) · 1.89 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
module github.com/pcelvng/task-tools
go 1.15
require (
cloud.google.com/go v0.97.0 // indirect
cloud.google.com/go/bigquery v1.17.0
cloud.google.com/go/datacatalog v1.0.0 // indirect
cloud.google.com/go/pubsub v1.17.0 // indirect
github.com/DATA-DOG/go-sqlmock v1.5.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
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.5.6
github.com/google/uuid v1.3.0
github.com/hydronica/go-config v0.2.5
github.com/hydronica/toml v0.4.2
github.com/hydronica/trial v0.6.2
github.com/inhies/go-bytesize v0.0.0-20210819104631-275770b98743
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.5.1
github.com/jmoiron/sqlx v1.3.3
github.com/json-iterator/go v1.1.12
github.com/lib/pq v1.10.6
github.com/minio/minio-go/v7 v7.0.26
github.com/nsqio/go-nsq v1.0.8
github.com/pcelvng/task v0.5.6
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-20220427172511-eb4f295cb31f // indirect
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1 // indirect
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
google.golang.org/api v0.58.0
google.golang.org/genproto v0.0.0-20211019152133-63b7e35f4404 // indirect
google.golang.org/grpc v1.41.0 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
)