Skip to content

Commit

Permalink
Migrate to Go modules
Browse files Browse the repository at this point in the history
This switches to [Go modules](https://go.dev/blog/using-go-modules), which have now been the standard for dependency management in Go codebases for a while.

Signed-off-by: Moritz Sanft <[email protected]>
  • Loading branch information
msanft committed Jun 10, 2024
1 parent 87603e4 commit 9f7c834
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/LK4D4/vndr

go 1.22.3

0 comments on commit 9f7c834

Please sign in to comment.