Skip to content

Commit

Permalink
renamed monkey patching prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
carminecesarano committed Jan 2, 2025
1 parent 43b97bf commit 9801e35
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion goleash/config.go → monkeyleash/config.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package goleash
package monkeyleash

import (
"bufio"
Expand Down
8 changes: 8 additions & 0 deletions monkeyleash/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/chains-project/goleash/monkeyleash

go 1.23.4

require (
bou.ke/monkey v1.0.2
github.com/cespare/xxhash v1.1.0
)
8 changes: 8 additions & 0 deletions monkeyleash/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
bou.ke/monkey v1.0.2 h1:kWcnsrCNUatbxncxR/ThdYqbytgOIArtYWqcQLQzKLI=
bou.ke/monkey v1.0.2/go.mod h1:OqickVX3tNx6t33n1xvtTtu85YN5s6cKwVug+oHMaIA=
github.com/OneOfOne/xxhash v1.2.2 h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 h1:qLC7fQah7D6K1B0ujays3HV9gkFtllcxhzImRR7ArPQ=
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
2 changes: 1 addition & 1 deletion goleash/guard.go → monkeyleash/guard.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package goleash
package monkeyleash

import (
"encoding/hex"
Expand Down
2 changes: 1 addition & 1 deletion goleash/hooks.go → monkeyleash/hooks.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package goleash
package monkeyleash

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion goleash/hooks_hash.go → monkeyleash/hooks_hash.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package goleash
package monkey_leash

import (
"fmt"
Expand Down
File renamed without changes.

0 comments on commit 9801e35

Please sign in to comment.