telephant/go.mod
Christian Muehlhaeuser da437b7053
Enable Go modules
2021-01-30 21:21:24 +01:00

21 lines
928 B
Modula-2

module github.com/muesli/telephant
go 1.15
require (
github.com/BurntSushi/toml v0.3.1
github.com/ChimeraCoder/anaconda v2.0.0+incompatible
github.com/ChimeraCoder/tokenbucket v0.0.0-20131201223612-c5a927568de7 // indirect
github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330 // indirect
github.com/brianvoe/gofakeit v3.18.0+incompatible
github.com/davecgh/go-spew v1.1.1
github.com/dustin/go-humanize v1.0.0
github.com/dustin/go-jsonpointer v0.0.0-20160814072949-ba0abeacc3dc // indirect
github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17 // indirect
github.com/gen2brain/beeep v0.0.0-20200526185328-e9c15c258e28
github.com/mattn/go-mastodon v0.0.4
github.com/muesli/go-app-paths v0.2.1
github.com/tachiniererin/bananasplit v0.0.0-20200419143847-12495f5ee341
github.com/therecipe/qt v0.0.0-20200126204426-5074eb6d8c41
)