Skip to content

Commit

Permalink
chore: add inert gosum/gomod
Browse files Browse the repository at this point in the history
Enables a way to list ourselves on Graal's page via the dependency
graph.

Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Aug 14, 2023
1 parent 82714ce commit ed0b7b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module github.com/sgammon/rules_graalvm

go 1.20

require (
github.com/oracle/graal v0.0.0-20230404173117-d009080559d8 // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/oracle/graal v0.0.0-20230404173117-d009080559d8 h1:tMJyA85Y++BJhS6UnByMf8DoqDEDJYaRtcIi84Zu8sE=
github.com/oracle/graal v0.0.0-20230404173117-d009080559d8/go.mod h1:1dYHRgwmI8y3khulqCfD/VVrZ2F+qyra5Mh+jfBwork=

0 comments on commit ed0b7b9

Please sign in to comment.