forked from h2oai/wave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (23 loc) · 784 Bytes
/
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/h2oai/wave
go 1.22
require (
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.1
github.com/h2oai/goconfig v1.3.2-0.20230628122159-683a9532f8d2
github.com/hashicorp/golang-lru v1.0.2
github.com/lo5/sqlite3 v0.1.0
golang.org/x/crypto v0.24.0
golang.org/x/oauth2 v0.18.0
)
require (
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/pquerna/cachecontrol v0.2.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sys v0.21.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
)