Skip to content

Commit

Permalink
Bump printed go get versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gagliardetto committed Jan 16, 2022
1 parent 0fb9783 commit e6ba93c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ func main() {
mdf := &modfile.File{}
mdf.AddModuleStmt(GetConfig().ModPath)

mdf.AddNewRequire("github.com/gagliardetto/solana-go", "v1.0.1", false)
mdf.AddNewRequire("github.com/gagliardetto/binary", "v0.5.0", false)
mdf.AddNewRequire("github.com/gagliardetto/solana-go", "v1.0.4", false)
mdf.AddNewRequire("github.com/gagliardetto/binary", "v0.5.2", false)
mdf.AddNewRequire("github.com/gagliardetto/treeout", "v0.1.4", false)
mdf.AddNewRequire("github.com/gagliardetto/gofuzz", "v1.2.2", false)
mdf.AddNewRequire("github.com/stretchr/testify", "v1.6.1", false)
Expand Down
1 change: 0 additions & 1 deletion sighash.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ func ToRustSnakeCase(s string) string {
} else {
// Collect trailing characters as a word
if !first_word {
// TODO:
// boundary(f)?;
builder.WriteRune('_')
} else {
Expand Down

0 comments on commit e6ba93c

Please sign in to comment.