Last change
on this file since 807 was 807, checked in by koizumi.aoi, 2 years ago |
Use vanity module path
Signed-off-by: Aoi K <koizumi.aoi@…>
|
File size:
789 bytes
|
Rev | Line | |
---|
[807] | 1 | module marisa.chaotic.ninja/suika
|
---|
[1] | 2 |
|
---|
[763] | 3 | go 1.15
|
---|
[1] | 4 |
|
---|
[77] | 5 | require (
|
---|
[791] | 6 | git.sr.ht/~emersion/go-scfg v0.0.0-20211215104734-c2c7a15d6c99
|
---|
[587] | 7 | git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
|
---|
[626] | 8 | github.com/emersion/go-sasl v0.0.0-20211008083017-0b9dcfb154ac
|
---|
[791] | 9 | github.com/klauspost/compress v1.14.4 // indirect
|
---|
[714] | 10 | github.com/lib/pq v1.10.4
|
---|
[791] | 11 | github.com/mattn/go-sqlite3 v1.14.12
|
---|
| 12 | github.com/pires/go-proxyproto v0.6.2
|
---|
| 13 | github.com/prometheus/client_golang v1.12.1
|
---|
| 14 | golang.org/x/crypto v0.0.0-20220214200702-86341886e292
|
---|
| 15 | golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
|
---|
[626] | 16 | golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
---|
[791] | 17 | golang.org/x/time v0.0.0-20220224211638-0e9765cccd65
|
---|
[714] | 18 | google.golang.org/protobuf v1.27.1 // indirect
|
---|
[445] | 19 | gopkg.in/irc.v3 v3.1.4
|
---|
[587] | 20 | nhooyr.io/websocket v1.8.7
|
---|
[77] | 21 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.