Hey! I'm integrating supertoken on my go-fiber bac...
# support-questions-legacy
k
Hey! I'm integrating supertoken on my go-fiber backend but I can't seem to install supertokens when I run go mod tidy. It always gets stuck at
Copy code
go: downloading github.com/twilio/twilio-go v0.26.0
go: downloading github.com/golang/protobuf v1.3.2
go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
s
hey, could you share your go.mod file ?
k
This what my go.mod looks like now. I'm testing out the supertokens features in go.
Copy code
module github.com/###

go 1.16

require github.com/supertokens/supertokens-golang v0.12.1 // indirect
s
@keezy2147 I'm unable to reproduce this issue with the info provided here. would you be able to share a minimal reproducible setup? or we could do a quick call to see where the issue is
22 Views