-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
42 lines (39 loc) · 1.53 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
module github.com/h4ckm03d/golang-playground
go 1.19
require (
github.com/bxcodec/faker v2.0.1+incompatible
github.com/davecgh/go-spew v1.1.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/astrewrite v0.0.0-20190527122930-f5295d6854fb
github.com/golang/protobuf v1.3.2
github.com/google/go-cmp v0.5.7
github.com/gookit/color v1.5.2
github.com/haritsfahreza/libra v0.0.0-20190602165549-452e4407367d
github.com/jmoiron/sqlx v1.2.0
github.com/knq/snaker v0.0.0-20181215144011-2bc8a4db4687
github.com/luna-duclos/instrumentedsql v1.1.1
github.com/mattn/go-sqlite3 v1.11.0
github.com/shopspring/decimal v1.3.1
github.com/stretchr/testify v1.8.0
github.com/tinylib/msgp v1.1.0
go.mercari.io/go-bps v1.1.1
golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
gonum.org/v1/gonum v0.12.0
gopkg.in/cheggaaa/pb.v1 v1.0.28
)
require (
github.com/fatih/color v1.13.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
google.golang.org/appengine v1.6.4 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)