-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 702 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/subtlepseudonym/notes
require (
github.com/Masterminds/semver v1.5.0
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/go-test/deep v1.0.1
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/pkg/errors v0.8.0 // indirect
github.com/stretchr/testify v1.4.0 // indirect
github.com/urfave/cli v1.20.1-0.20190203184040-693af58b4d51
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0
golang.org/x/sys v0.0.0-20190509141414-a5b02f93d862 // indirect
)
go 1.21