-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 978 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
module github.com/TaylorOno/wg
go 1.22.5
require (
github.com/GoogleCloudPlatform/functions-framework-go v1.9.0 // indirect
github.com/TaylorOno/wg/drinks v0.0.0-20241231215823-69c824974012 // indirect
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
github.com/cloudevents/sdk-go/v2 v2.15.2 // indirect
github.com/coder/websocket v1.8.12 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
github.com/tursodatabase/libsql-client-go v0.0.0-20240902231107-85af5b9d094d // indirect
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0 // indirect
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
golang.org/x/net v0.33.0 // indirect
)
replace (
github.com/TaylorOno/wg/drinks => ./drinks
)