-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
25 lines (22 loc) · 804 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/Guilospanck/stripe-go-integration
go 1.21.5
require (
github.com/joho/godotenv v1.5.1
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/echo/v4 v4.11.4
github.com/stripe/stripe-go v70.15.0+incompatible
github.com/stripe/stripe-go/v76 v76.16.0
)
require (
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
)