~bigbes/core-go

ref: 3e69641ef30759715e6e4f40c5b829b9520dcb13 core-go/go.mod -rw-r--r-- 1.3 KiB
3e69641e — Adnan Maolood auth: Use canonical user IDs 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module git.sr.ht/~sircmpwn/core-go

go 1.13

require (
	git.sr.ht/~sircmpwn/dowork v0.0.0-20210820133136-d3970e97def3
	git.sr.ht/~sircmpwn/getopt v0.0.0-20191230200459-23622cc906b3
	git.sr.ht/~sircmpwn/go-bare v0.0.0-20210227202403-5dae5c48f917
	github.com/99designs/gqlgen v0.14.0
	github.com/DATA-DOG/go-sqlmock v1.5.0
	github.com/Masterminds/squirrel v1.4.0
	github.com/ProtonMail/go-crypto v0.0.0-20211112122917-428f8eabeeb3
	github.com/emersion/go-message v0.15.0
	github.com/emersion/go-pgpmail v0.2.0
	github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
	github.com/emersion/go-smtp v0.15.1-0.20211103212524-30169acc42e7
	github.com/fernet/fernet-go v0.0.0-20191111064656-eff2850e6001
	github.com/go-chi/chi v4.1.2+incompatible
	github.com/go-redis/redis/v8 v8.11.4
	github.com/google/uuid v1.0.0
	github.com/hashicorp/golang-lru v0.5.1 // indirect
	github.com/kavu/go_reuseport v1.5.0
	github.com/lib/pq v1.8.0
	github.com/mitchellh/mapstructure v1.1.2 // indirect
	github.com/prometheus/client_golang v1.7.1
	github.com/prometheus/procfs v0.7.3 // indirect
	github.com/stretchr/testify v1.6.1
	github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec
	github.com/vektah/gqlparser v1.3.1
	github.com/vektah/gqlparser/v2 v2.2.0
	golang.org/x/sys v0.0.0-20210820121016-41cdb8703e55 // indirect
	google.golang.org/protobuf v1.27.1 // indirect
)