You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
513 B
13 lines
513 B
module git.atrilahiji.dev/atrilahiji/eleutheriapay
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/GeertJohan/go.rice v1.0.2 // indirect
|
|
github.com/ajstarks/svgo v0.0.0-20200725142600-7a3c8b57fecb // indirect
|
|
github.com/campoy/svg-badge v0.0.0-20180116034456-40c38fcad9f6 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/joho/godotenv v1.3.0 // indirect
|
|
github.com/stripe/stripe-go/v72 v72.41.0 // indirect
|
|
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
|
|
)
|