Skip to content

Commit 9a44804

Browse files
committed
update justfile; bump deps
1 parent b4ce3ed commit 9a44804

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ github.com/quic-go/quic-go v0.59.0 h1:OLJkp1Mlm/aS7dpKgTc6cnpynnD2Xg7C1pwL6vy/SA
5454
github.com/quic-go/quic-go v0.59.0/go.mod h1:upnsH4Ju1YkqpLXC305eW3yDZ4NfnNbmQRCMWS58IKU=
5555
github.com/rdforte/gomaxecs v1.1.1 h1:Eq5WZN5jfR1wI7UkblWgOhjFo1j8ypCx+GWGjPmBGh8=
5656
github.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=
5759
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
5860
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
5961
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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')]

0 commit comments

Comments
 (0)