Skip to content

Commit

Permalink
Update go version and remove replaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrbasu committed Dec 3, 2024
1 parent 7435bf5 commit 1a62fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module steampipe-sqlite-extension

go 1.21
go 1.22.4

require (
github.com/hashicorp/go-hclog v1.6.1
Expand Down
16 changes: 1 addition & 15 deletions templates/go.mod.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file is generated automatically by the build process
module steampipe-sqlite-extension

go 1.21
go 1.22

require (
github.com/hashicorp/go-hclog v1.5.0
Expand All @@ -12,17 +12,3 @@ require (
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
google.golang.org/protobuf v1.31.0
)

replace(
github.com/chronark/vercel-go => github.com/judell/vercel-go v0.1.4
github.com/containerd/nerdctl => github.com/containerd/nerdctl v0.19.0
github.com/containerd/typeurl => github.com/containerd/typeurl v1.0.2
github.com/docker/docker => github.com/docker/docker v20.10.3-0.20220224222438-c78f6963a1c0+incompatible
github.com/duosecurity/duo_api_golang => github.com/e-gineer/duo_api_golang v0.0.0-20220501141413-213eea3b2b7b
github.com/hashicorp/consul => github.com/hashicorp/consul v0.0.0-20171026175957-610f3c86a089
github.com/piquette/edgr => github.com/e-gineer/edgr v0.0.2-0.20210901021602-7664639af765
github.com/mattn/go-mastodon => github.com/turbot/go-mastodon v0.0.1
github.com/vartanbeno/go-reddit/v2 => github.com/abhiturbot/go-reddit/v2 v2.0.0-20220917030010-f0fe7d8ac15c
github.com/m-mizutani/urlscan-go => github.com/e-gineer/urlscan-go v1.0.1-0.20210701205010-6cf8288d0d10
oras.land/oras-go => oras.land/oras-go v1.1.0
)

0 comments on commit 1a62fed

Please sign in to comment.