Updated Go version, added godotenv dependency, and removed unused main.go file.

This commit is contained in:
Prad Nukala 2024-07-23 17:04:00 -04:00 committed by Prad Nukala (aider)
parent c0809ecac6
commit 6bbdc5cea4
3 changed files with 2 additions and 3 deletions

View File

@ -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"
], ],

2
go.mod
View File

@ -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

View File

@ -1 +0,0 @@
package hway