sage/go.mod

17 lines
515 B
Modula-2

module gitlab.com/tslocum/sage
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/coreos/bbolt v1.3.3 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/fluffle/goirc v1.0.2
github.com/golang/mock v1.4.0 // indirect
github.com/mandykoh/markov v0.1.0
github.com/thecodeteam/goodbye v0.0.0-20170927022442-a83968bda2d3
go.etcd.io/bbolt v1.3.3 // indirect
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82 // indirect
)