lysenko/go.mod
2020-01-01 16:17:44 +00:00

23 lines
1.2 KiB
Modula-2

module ur.gs/lysenko
go 1.13
require (
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a // indirect
github.com/fluffle/goirc v0.0.0-20160916184345-be9257d32313
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/mock v0.0.0-20160127222235-bd3c8e81be01 // indirect
github.com/golang/protobuf v0.0.0-20161012205335-98fa35717058 // indirect
github.com/mattn/go-shellwords v1.0.1-0.20160315040826-525bedee691b // indirect
github.com/mattn/go-sqlite3 v1.1.1-0.20160514122348-38ee283dabf1
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/nlopes/slack v0.0.2-0.20161003122758-a1a63712460a // indirect
github.com/prometheus/client_golang v0.8.1-0.20160916180340-5636dc67ae77 // indirect
github.com/prometheus/client_model v0.0.0-20150212101744-fa8ad6fec335 // indirect
github.com/prometheus/common v0.0.0-20161002210234-85637ea67b04 // indirect
github.com/prometheus/procfs v0.0.0-20160411190841-abf152e5f3e9 // indirect
github.com/stretchr/testify v1.4.0 // indirect
github.com/tcolgate/hugot v0.0.0-20160913191818-ee77aa90e26c
golang.org/x/net v0.0.0-20161013035702-8b4af36cd21a // indirect
)