-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
33 lines (30 loc) · 1.24 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
module github.com/fanaticscripter/EggLedger
go 1.17
require (
github.com/andybrewer/mack v0.0.0-20200226161639-15be3d47cc54
github.com/dustin/go-humanize v1.0.0
github.com/golang-migrate/migrate/v4 v4.15.1
github.com/hashicorp/go-version v1.3.0
github.com/mattn/go-sqlite3 v1.14.9
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/xuri/excelize/v2 v2.4.2-0.20211204051101-e0c6fa1beb0f
github.com/zserge/lorca v0.1.10
golang.org/x/net v0.0.0-20211013171255-e13a2654a71e
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c
google.golang.org/protobuf v1.27.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)
require (
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/richardlehane/mscfb v1.0.3 // indirect
github.com/richardlehane/msoleps v1.0.1 // indirect
github.com/xuri/efp v0.0.0-20210322160811-ab561f5b45e3 // indirect
go.uber.org/atomic v1.6.0 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/text v0.3.7 // indirect
)