-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Per the release policy [1], versions earlier than Go 1.21 are no longer supported now that 1.23 has been released. Also remove deprecated usage of ioutil. [1] https://go.dev/doc/devel/release#policy
- Loading branch information
1 parent
a0aeda1
commit 8371482
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
module github.com/ghostiam/binstruct | ||
|
||
go 1.13 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/stretchr/testify v1.3.0 | ||
) | ||
|
||
require github.com/pmezard/go-difflib v1.0.0 // indirect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters