mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 04:57:08 +00:00
Updated Go version, added godotenv dependency, and removed unused main.go file.
This commit is contained in:
parent
c0809ecac6
commit
6bbdc5cea4
@ -3,7 +3,7 @@
|
||||
"packages": [
|
||||
"ipfs@latest",
|
||||
"golangci-lint@latest",
|
||||
"go_1_22@latest",
|
||||
"go@1.22",
|
||||
"templ@latest",
|
||||
"air@latest"
|
||||
],
|
||||
|
2
go.mod
2
go.mod
@ -55,6 +55,7 @@ require (
|
||||
github.com/gorilla/mux v1.8.1
|
||||
github.com/grpc-ecosystem/grpc-gateway v1.16.0
|
||||
github.com/ipfs/kubo v0.29.0
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/spf13/cast v1.6.0
|
||||
github.com/spf13/cobra v1.8.0
|
||||
github.com/spf13/pflag v1.0.5
|
||||
@ -196,7 +197,6 @@ require (
|
||||
github.com/jbenet/goprocess v0.1.4 // indirect
|
||||
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
||||
github.com/jmhodges/levigo v1.0.0 // indirect
|
||||
github.com/joho/godotenv v1.5.1 // indirect
|
||||
github.com/klauspost/compress v1.17.9 // indirect
|
||||
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
|
||||
github.com/kr/pretty v0.3.1 // indirect
|
||||
|
Loading…
x
Reference in New Issue
Block a user