mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
Updated Go version, added godotenv dependency, and removed unused main.go file.
This commit is contained in:
committed by
Prad Nukala (aider)
parent
c0809ecac6
commit
6bbdc5cea4
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
"packages": [
|
"packages": [
|
||||||
"ipfs@latest",
|
"ipfs@latest",
|
||||||
"golangci-lint@latest",
|
"golangci-lint@latest",
|
||||||
"go_1_22@latest",
|
"go@1.22",
|
||||||
"templ@latest",
|
"templ@latest",
|
||||||
"air@latest"
|
"air@latest"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ require (
|
|||||||
github.com/gorilla/mux v1.8.1
|
github.com/gorilla/mux v1.8.1
|
||||||
github.com/grpc-ecosystem/grpc-gateway v1.16.0
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0
|
||||||
github.com/ipfs/kubo v0.29.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/cast v1.6.0
|
||||||
github.com/spf13/cobra v1.8.0
|
github.com/spf13/cobra v1.8.0
|
||||||
github.com/spf13/pflag v1.0.5
|
github.com/spf13/pflag v1.0.5
|
||||||
@@ -196,7 +197,6 @@ require (
|
|||||||
github.com/jbenet/goprocess v0.1.4 // indirect
|
github.com/jbenet/goprocess v0.1.4 // indirect
|
||||||
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
||||||
github.com/jmhodges/levigo v1.0.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/compress v1.17.9 // indirect
|
||||||
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
|
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
|
||||||
github.com/kr/pretty v0.3.1 // indirect
|
github.com/kr/pretty v0.3.1 // indirect
|
||||||
|
|||||||
Reference in New Issue
Block a user