forked from h2oai/wave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 920 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.19
require (
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/google/uuid v1.1.2
github.com/gorilla/websocket v1.4.2
github.com/h2oai/goconfig v1.3.2-0.20230628122159-683a9532f8d2
github.com/hashicorp/golang-lru v0.5.4
github.com/lo5/sqlite3 v0.1.0
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
)
require (
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/pquerna/cachecontrol v0.0.0-20200921180117-858c6e7e6b7e // indirect
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
)