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.
15 lines
459 B
15 lines
459 B
module code.rocketnine.space/tslocum/anonircd |
|
|
|
go 1.12 |
|
|
|
require ( |
|
github.com/BurntSushi/toml v0.3.1 |
|
github.com/gorilla/securecookie v1.1.1 |
|
github.com/jessevdk/go-flags v1.5.0 |
|
github.com/jmoiron/sqlx v1.3.4 |
|
github.com/mattn/go-sqlite3 v1.14.7 |
|
github.com/pkg/errors v0.9.1 |
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e |
|
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect |
|
gopkg.in/sorcix/irc.v2 v2.0.0-20200812151606-3f15758ea8c7 |
|
)
|
|
|