2020-02-10 02:49:38 +01:00
|
|
|
module github.com/oragono/oragono
|
|
|
|
|
2021-02-17 21:11:54 +01:00
|
|
|
go 1.16
|
2020-02-10 02:49:38 +01:00
|
|
|
|
|
|
|
require (
|
2020-03-09 04:32:58 +01:00
|
|
|
code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
|
2020-10-02 22:48:37 +02:00
|
|
|
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962
|
2020-04-15 10:14:17 +02:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2020-02-10 02:49:38 +01:00
|
|
|
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
|
2020-02-19 01:38:42 +01:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2020-06-12 23:11:19 +02:00
|
|
|
github.com/go-test/deep v1.0.6 // indirect
|
2020-04-30 21:35:17 +02:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2021-02-22 02:22:32 +01:00
|
|
|
github.com/goshuirc/irc-go v0.0.0-20210222010959-6e139f6c42e9
|
2020-02-19 01:38:42 +01:00
|
|
|
github.com/onsi/ginkgo v1.12.0 // indirect
|
|
|
|
github.com/onsi/gomega v1.9.0 // indirect
|
2020-11-09 00:13:50 +01:00
|
|
|
github.com/oragono/confusables v0.0.0-20201108231250-4ab98ab61fb1
|
2020-05-12 00:25:25 +02:00
|
|
|
github.com/oragono/go-ident v0.0.0-20200511222032-830550b1d775
|
2020-02-19 01:38:42 +01:00
|
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
2020-11-08 23:55:22 +01:00
|
|
|
github.com/tidwall/buntdb v1.1.4
|
2020-11-08 23:56:46 +01:00
|
|
|
github.com/toorop/go-dkim v0.0.0-20201103131630-e1cd1a0a5208
|
2020-11-08 23:57:24 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
|
2020-11-08 23:57:58 +01:00
|
|
|
golang.org/x/sys v0.0.0-20201107080550-4d91cf3a1aaf // indirect
|
2020-11-08 23:58:56 +01:00
|
|
|
golang.org/x/text v0.3.4
|
2020-06-01 06:41:15 +02:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2020-02-10 02:49:38 +01:00
|
|
|
)
|