You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
515 B
16 lines
515 B
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 |
|
)
|
|
|