-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
25 lines (23 loc) · 1.21 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
module github.com/mkobaly/jiraworklog
go 1.15
require (
cloud.google.com/go v0.39.1-0.20190513200544-741d62a9e2a8 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20190423183735-731ef375ac02
github.com/fatih/color v1.7.1-0.20181010231311-3f9d52f7176a
github.com/galdor/go-cmdline v1.1.1-0.20181217212330-f6df57bc77ea
github.com/jmoiron/sqlx v1.2.1-0.20190426154859-38398a30ed85
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.8-0.20190424075123-c1975dc15c1d // indirect
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/sirupsen/logrus v1.4.3-0.20190518135202-2a22dbedbad1
github.com/stretchr/testify v1.3.1-0.20190311161405-34c6fa2dc709
github.com/timshannon/bolthold v0.0.0-20190315152903-eed35b755671
go.etcd.io/bbolt v1.3.3-0.20190528202153-2eb7227adea1 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/sys v0.0.0-20210219172841-57ea560cfca1 // indirect
gopkg.in/yaml.v2 v2.4.0
)