File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/prometheus/client_golang v1.23.2
1010 github.com/prometheus/common v0.67.5
1111 github.com/quic-go/quic-go v0.59.0
12- github.com/rdforte/gomaxecs v1.1.1
12+ github.com/rdforte/gomaxecs v1.1.2
1313 github.com/xlab/treeprint v1.2.0
1414 golang.org/x/net v0.49.0
1515)
Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ github.com/quic-go/quic-go v0.59.0 h1:OLJkp1Mlm/aS7dpKgTc6cnpynnD2Xg7C1pwL6vy/SA
5454github.com/quic-go/quic-go v0.59.0 /go.mod h1:upnsH4Ju1YkqpLXC305eW3yDZ4NfnNbmQRCMWS58IKU =
5555github.com/rdforte/gomaxecs v1.1.1 h1:Eq5WZN5jfR1wI7UkblWgOhjFo1j8ypCx+GWGjPmBGh8 =
5656github.com/rdforte/gomaxecs v1.1.1 /go.mod h1:8agrawOmcvb+oBa6EnV2oADDtnDtkVx1Q0H/Ht7GiFc =
57+ github.com/rdforte/gomaxecs v1.1.2 h1:jrz0NWv6QNaC+sIDAORsSjTrkCvi+VLifm4U1SzGEwY =
58+ github.com/rdforte/gomaxecs v1.1.2 /go.mod h1:fkqO+5Z+9uslcVo56c6+bNM2NbL0tfv+OCmE6E6GdtA =
5759github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ =
5860github.com/rogpeppe/go-internal v1.10.0 /go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog =
5961github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
Original file line number Diff line number Diff line change @@ -155,6 +155,10 @@ update-go-deps:
155155 just _banner " >> updating go.mod dependencies"
156156 go get -u all
157157
158+ # update dependencies
159+ [group (' hygiene' )]
160+ update-deps : update-go-deps
161+
158162
159163# run coverage analysis
160164[group (' tests' )]
You can’t perform that action at this time.
0 commit comments