Skip to content

Commit

Permalink
update go.mod files after lib removal
Browse files Browse the repository at this point in the history
  • Loading branch information
fionera committed Oct 17, 2023
1 parent 4d5de41 commit f61262c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/dropmorepackets/haproxy-go
go 1.21

require (
github.com/adrianbrad/queue v1.2.1
golang.org/x/tools v0.14.0
honnef.co/go/tools v0.4.6
)
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=
github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/adrianbrad/queue v1.2.1 h1:CEVsjFQyuR0s5Hty/HJGWBZHsJ3KMmii0kEgLeam/mk=
github.com/adrianbrad/queue v1.2.1/go.mod h1:wYiPC/3MPbyT45QHLrPR4zcqJWPePubM1oEP/xTwhUs=
golang.org/x/exp/typeparams v0.0.0-20221208152030-732eee02a75a h1:Jw5wfR+h9mnIYH+OtGT2im5wV1YGGDora5vTv/aa5bE=
golang.org/x/exp/typeparams v0.0.0-20221208152030-732eee02a75a/go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk=
golang.org/x/mod v0.13.0 h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=
Expand Down
2 changes: 0 additions & 2 deletions spop/example/header-to-body/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ go 1.21
replace github.com/dropmorepackets/haproxy-go => ../../../

require github.com/dropmorepackets/haproxy-go v0.0.0-00010101000000-000000000000

require github.com/adrianbrad/queue v1.2.1 // indirect
2 changes: 0 additions & 2 deletions spop/example/header-to-body/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
github.com/adrianbrad/queue v1.2.1 h1:CEVsjFQyuR0s5Hty/HJGWBZHsJ3KMmii0kEgLeam/mk=
github.com/adrianbrad/queue v1.2.1/go.mod h1:wYiPC/3MPbyT45QHLrPR4zcqJWPePubM1oEP/xTwhUs=

0 comments on commit f61262c

Please sign in to comment.