-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 1.05 KB
/
go.mod
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
module github.com/pocketsign/link-subscriber-api-example
go 1.22.1
require (
buf.build/gen/go/pocketsign/apis/connectrpc/go v1.16.1-20240509051020-953edbdf1543.1
buf.build/gen/go/pocketsign/apis/protocolbuffers/go v1.34.1-20240509051020-953edbdf1543.1
connectrpc.com/connect v1.16.1
github.com/coreos/go-oidc/v3 v3.9.0
github.com/gorilla/sessions v1.2.2
github.com/joho/godotenv v1.5.1
golang.org/x/oauth2 v0.18.0
)
require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.1-20240508200655-46a4cf4ba109.1 // indirect
buf.build/gen/go/gnostic/gnostic/protocolbuffers/go v1.34.1-20230414000709-087bc8072ce4.1 // indirect
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/gorilla/securecookie v1.1.2 // indirect
github.com/stretchr/testify v1.8.4 // indirect
golang.org/x/crypto v0.21.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240311173647-c811ad7063a7 // indirect
google.golang.org/protobuf v1.34.1 // indirect
)