-
Notifications
You must be signed in to change notification settings - Fork 7
/
go.mod
25 lines (22 loc) · 867 Bytes
/
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/LazarenkoA/1C2GIT
go 1.19
require (
github.com/LazarenkoA/LogrusRotate v1.0.1-0.20200420172000-d4b9e48cb178
github.com/gorilla/websocket v1.4.2
github.com/sirupsen/logrus v1.7.0
go.uber.org/dig v1.10.0
golang.org/x/text v0.13.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
gopkg.in/xmlpath.v2 v2.0.0-20150820204837-860cbeca3ebc
gopkg.in/yaml.v2 v2.3.0
)
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/matryer/resync v0.0.0-20161211202428-d39c09a11215 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
)