Skip to content

Commit

Permalink
Bump go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymous committed Jan 11, 2024
1 parent 64f9710 commit 90ff3cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions jit/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/eh-steve/goloader/jit
go 1.18

require (
github.com/eh-steve/goloader v0.0.0-20240102093554-682fa8e6d525
github.com/eh-steve/goloader/jit/testdata v0.0.0-20240102093554-682fa8e6d525
github.com/eh-steve/goloader/unload v0.0.0-20240102093554-682fa8e6d525
github.com/eh-steve/goloader v0.0.0-20240111193324-64f971021f52
github.com/eh-steve/goloader/jit/testdata v0.0.0-20240111193324-64f971021f52
github.com/eh-steve/goloader/unload v0.0.0-20240111193324-64f971021f52
)

require github.com/opentracing/opentracing-go v1.2.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions jit/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE=
github.com/dvyukov/go-fuzz v0.0.0-20200318091601-be3528f3a813/go.mod h1:11Gm+ccJnvAhCNLlf5+cS9KjtbaD5I5zaZpFMsTHWTw=
github.com/eh-steve/goloader v0.0.0-20240102093554-682fa8e6d525 h1:mLQlxgHqb8/JXICqYpEs84/Fd35Bn4+wCVqNCqVgKxg=
github.com/eh-steve/goloader v0.0.0-20240102093554-682fa8e6d525/go.mod h1:k7xs3CUwCvOU9aw851I6AEb6ZzZJ3nos5dZ6A/2ewM0=
github.com/eh-steve/goloader/jit/testdata v0.0.0-20240102093554-682fa8e6d525 h1:Bxd+hlL9gNnKxqvCxxXbKrQA93btAWQ0QUuWEO8NzQk=
github.com/eh-steve/goloader/jit/testdata v0.0.0-20240102093554-682fa8e6d525/go.mod h1:GyUY1mfY7NCdoVRo5H8+kmhLa/xE418ZcjfDfgwicXw=
github.com/eh-steve/goloader/unload v0.0.0-20240102093554-682fa8e6d525 h1:zWUW0O4I5OQju1znmqqvrh6GQu0kVN06iMMg/OtMI1o=
github.com/eh-steve/goloader/unload v0.0.0-20240102093554-682fa8e6d525/go.mod h1:bA/aiceMvuZh45HAA/xzWJKT4E9EXqzmuPsB9yT/D/M=
github.com/eh-steve/goloader v0.0.0-20240111193324-64f971021f52 h1:h/nMVV7RFdgxptwO03q6sNNhTZJLjJfiPkwpNJtCsEE=
github.com/eh-steve/goloader v0.0.0-20240111193324-64f971021f52/go.mod h1:k7xs3CUwCvOU9aw851I6AEb6ZzZJ3nos5dZ6A/2ewM0=
github.com/eh-steve/goloader/jit/testdata v0.0.0-20240111193324-64f971021f52 h1:0L1USDyllr465vMUj1IVpl/4gsZd8Xec8h7rzymTmw8=
github.com/eh-steve/goloader/jit/testdata v0.0.0-20240111193324-64f971021f52/go.mod h1:GyUY1mfY7NCdoVRo5H8+kmhLa/xE418ZcjfDfgwicXw=
github.com/eh-steve/goloader/unload v0.0.0-20240111193324-64f971021f52 h1:4WILiWHzT/7eCPR10kt/bCzCjS0RNrjV1GbAPh0LwCg=
github.com/eh-steve/goloader/unload v0.0.0-20240111193324-64f971021f52/go.mod h1:bA/aiceMvuZh45HAA/xzWJKT4E9EXqzmuPsB9yT/D/M=
github.com/emicklei/go-restful/v3 v3.8.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
github.com/emicklei/go-restful/v3 v3.9.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
Expand Down

0 comments on commit 90ff3cf

Please sign in to comment.