Skip to content

Commit

Permalink
fix(go): remove requirements as they are generated at build (#86)
Browse files Browse the repository at this point in the history
This was triggering dependabot while the actual code downstream was
using newer versions as updating is part of the CI workflow. Removing
the versions here, entirely. This will appease dependabot.

Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 committed Mar 17, 2024
1 parent e9ea121 commit 50af683
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gen/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
module github.com/utxorpc/go-codegen

go 1.20

require google.golang.org/protobuf v1.32.0

require connectrpc.com/connect v1.14.0

0 comments on commit 50af683

Please sign in to comment.