File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module go.infratographer.com/loadbalancer-manager-haproxy
3
3
go 1.20
4
4
5
5
require (
6
- github.com/haproxytech/config-parser/v4 v4.1.0
6
+ github.com/haproxytech/config-parser/v4 v4.2.1
7
7
github.com/mitchellh/go-homedir v1.1.0
8
8
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29
9
9
github.com/spf13/cobra v1.7.0
Original file line number Diff line number Diff line change @@ -143,6 +143,8 @@ github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5m
143
143
github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8 /go.mod h1:dvDLG8qkwmyD9a/MJJN3XJcT3xFxOKAvTZGvuZmac9g =
144
144
github.com/haproxytech/config-parser/v4 v4.1.0 h1:P1gu/UjiWo5Kg+4ZW/mHd657Uw7utoi8QBW8WhUWB3w =
145
145
github.com/haproxytech/config-parser/v4 v4.1.0 /go.mod h1:pZHV7TLt1PgY8ouMX2ZNQoZHe20LGybbqkNN4MKjGZ0 =
146
+ github.com/haproxytech/config-parser/v4 v4.2.1 h1:qiZ58h7B7KpwGhRTLRjhVhuJhMHRn2s24YeuL9MC/iE =
147
+ github.com/haproxytech/config-parser/v4 v4.2.1 /go.mod h1:Bsm7Snm4JMEmVLw34ABwuNbRIrakFj8WMDyWzjimCfc =
146
148
github.com/haproxytech/go-logger v1.1.0 h1:HgGtYaI1ApkvbQdsm7f9AzQQoxTB7w37criTflh7IQE =
147
149
github.com/haproxytech/go-logger v1.1.0 /go.mod h1:OekUd8HCb7ubxMplzHUPBTHNxZmddOWfOjWclZsqIeM =
148
150
github.com/hashicorp/golang-lru v0.5.0 /go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8 =
You can’t perform that action at this time.
0 commit comments