-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
27 lines (23 loc) · 835 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
27
module github.com/bachtran02/bachtran.go
go 1.21
toolchain go1.22.4
require (
github.com/go-chi/chi/v5 v5.0.10
github.com/shurcooL/githubv4 v0.0.0-20230704064427-599ae7bbf278
github.com/yuin/goldmark v1.5.5
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
golang.org/x/oauth2 v0.10.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/a-h/templ v0.2.747 // indirect
github.com/disgoorg/disgolink/v3 v3.0.2 // indirect
github.com/disgoorg/json v1.1.0 // indirect
github.com/disgoorg/snowflake/v2 v2.0.3 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect
golang.org/x/net v0.24.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)