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.
17 lines
567 B
17 lines
567 B
module github.com/sageru-6ch/anonircd |
|
|
|
go 1.12 |
|
|
|
require ( |
|
github.com/BurntSushi/toml v0.3.1 |
|
github.com/go-sql-driver/mysql v1.4.1 // indirect |
|
github.com/gorilla/securecookie v1.1.1 |
|
github.com/jessevdk/go-flags v1.4.0 |
|
github.com/jmoiron/sqlx v1.2.0 |
|
github.com/mattn/go-sqlite3 v1.10.0 |
|
github.com/pkg/errors v0.8.1 |
|
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c |
|
golang.org/x/net v0.0.0-20190327214358-63eda1eb0650 // indirect |
|
golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc // indirect |
|
gopkg.in/sorcix/irc.v2 v2.0.0-20190306112350-8d7a73540b90 |
|
)
|
|
|