Skip to content

Commit

Permalink
Updated dependencies relative to common module's update.
Browse files Browse the repository at this point in the history
  • Loading branch information
luskaner committed Aug 16, 2024
1 parent 39dc711 commit df42f98
Show file tree
Hide file tree
Showing 17 changed files with 25 additions and 9 deletions.
2 changes: 1 addition & 1 deletion go.work.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ use (
server
)

replace github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63 => ./common
replace github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe => ./common
replace github.com/luskaner/aoe2DELanServer/launcher-common v0.0.0-20240814235549-76301384a25b => ./launcher-common
replace github.com/luskaner/aoe2DELanServer/battle-server-broadcast v1.2.0 => ./battle-server-broadcast
2 changes: 1 addition & 1 deletion launcher-agent/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.0

require (
github.com/luskaner/aoe2DELanServer/battle-server-broadcast v1.2.0
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe
github.com/luskaner/aoe2DELanServer/launcher-common v0.0.0-20240814235549-76301384a25b
golang.org/x/sys v0.24.0
)
Expand Down
2 changes: 2 additions & 0 deletions launcher-agent/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ github.com/luskaner/aoe2DELanServer/battle-server-broadcast v1.2.0 h1:Lv8CpAd2xq
github.com/luskaner/aoe2DELanServer/battle-server-broadcast v1.2.0/go.mod h1:vQ/CslrRbT5/MQfaeFR3bvfNmBt/Tb3A60hmSTGgre4=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63 h1:UYcA1nikKZDH8xJ5q81RItdRxqLHqNFgmkOMIZKAtHA=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63/go.mod h1:aY4WgTJHSFif1uOa9H0Jscxorp9g5Ol3N6rLexYFhU8=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe h1:1IfHEBnTM8hZWzhFhzAi+mO+Si8T2xDLjmAbf8AoHRY=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe/go.mod h1:aY4WgTJHSFif1uOa9H0Jscxorp9g5Ol3N6rLexYFhU8=
github.com/luskaner/aoe2DELanServer/launcher-common v0.0.0-20240814235549-76301384a25b h1:fvDpchTCuj6+RbbH6l1csnpLltBUwpgcIPnNu/EQ2dA=
github.com/luskaner/aoe2DELanServer/launcher-common v0.0.0-20240814235549-76301384a25b/go.mod h1:NMQapHmJN/yD5HhaPQhxDrLLMl33/G30AKf0xKj5bBw=
golang.org/x/sys v0.24.0 h1:Twjiwq9dn6R1fQcyiK+wQyHWfaz/BJB+YIpzU/Cv3Xg=
Expand Down
2 changes: 1 addition & 1 deletion launcher-common/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ retract v1.2.0-rc.4

require (
github.com/deckarep/golang-set/v2 v2.6.0
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe
github.com/spf13/cobra v1.8.1
golang.org/x/sys v0.24.0
)
Expand Down
2 changes: 2 additions & 0 deletions launcher-common/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63 h1:UYcA1nikKZDH8xJ5q81RItdRxqLHqNFgmkOMIZKAtHA=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63/go.mod h1:aY4WgTJHSFif1uOa9H0Jscxorp9g5Ol3N6rLexYFhU8=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe h1:1IfHEBnTM8hZWzhFhzAi+mO+Si8T2xDLjmAbf8AoHRY=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe/go.mod h1:aY4WgTJHSFif1uOa9H0Jscxorp9g5Ol3N6rLexYFhU8=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=
github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y=
Expand Down
2 changes: 1 addition & 1 deletion launcher-config-admin-agent/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.0

require (
github.com/Microsoft/go-winio v0.6.2
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe
github.com/luskaner/aoe2DELanServer/launcher-common v0.0.0-20240814235549-76301384a25b
golang.org/x/sys v0.24.0
)
Expand Down
2 changes: 2 additions & 0 deletions launcher-config-admin-agent/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ github.com/deckarep/golang-set/v2 v2.6.0 h1:XfcQbWM1LlMB8BsJ8N9vW5ehnnPVIw0je80N
github.com/deckarep/golang-set/v2 v2.6.0/go.mod h1:VAky9rY/yGXJOLEDv3OMci+7wtDpOF4IN+y82NBOac4=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63 h1:UYcA1nikKZDH8xJ5q81RItdRxqLHqNFgmkOMIZKAtHA=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63/go.mod h1:aY4WgTJHSFif1uOa9H0Jscxorp9g5Ol3N6rLexYFhU8=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe h1:1IfHEBnTM8hZWzhFhzAi+mO+Si8T2xDLjmAbf8AoHRY=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe/go.mod h1:aY4WgTJHSFif1uOa9H0Jscxorp9g5Ol3N6rLexYFhU8=
github.com/luskaner/aoe2DELanServer/launcher-common v0.0.0-20240814235549-76301384a25b h1:fvDpchTCuj6+RbbH6l1csnpLltBUwpgcIPnNu/EQ2dA=
github.com/luskaner/aoe2DELanServer/launcher-common v0.0.0-20240814235549-76301384a25b/go.mod h1:NMQapHmJN/yD5HhaPQhxDrLLMl33/G30AKf0xKj5bBw=
golang.org/x/sys v0.24.0 h1:Twjiwq9dn6R1fQcyiK+wQyHWfaz/BJB+YIpzU/Cv3Xg=
Expand Down
2 changes: 1 addition & 1 deletion launcher-config-admin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.0

require (
github.com/deckarep/golang-set/v2 v2.6.0
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe
github.com/luskaner/aoe2DELanServer/launcher-common v0.0.0-20240814235549-76301384a25b
github.com/spf13/cobra v1.8.1
golang.org/x/sys v0.24.0
Expand Down
2 changes: 2 additions & 0 deletions launcher-config-admin/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63 h1:UYcA1nikKZDH8xJ5q81RItdRxqLHqNFgmkOMIZKAtHA=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63/go.mod h1:aY4WgTJHSFif1uOa9H0Jscxorp9g5Ol3N6rLexYFhU8=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe h1:1IfHEBnTM8hZWzhFhzAi+mO+Si8T2xDLjmAbf8AoHRY=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe/go.mod h1:aY4WgTJHSFif1uOa9H0Jscxorp9g5Ol3N6rLexYFhU8=
github.com/luskaner/aoe2DELanServer/launcher-common v0.0.0-20240814235549-76301384a25b h1:fvDpchTCuj6+RbbH6l1csnpLltBUwpgcIPnNu/EQ2dA=
github.com/luskaner/aoe2DELanServer/launcher-common v0.0.0-20240814235549-76301384a25b/go.mod h1:NMQapHmJN/yD5HhaPQhxDrLLMl33/G30AKf0xKj5bBw=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
Expand Down
2 changes: 1 addition & 1 deletion launcher-config/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
require (
github.com/Microsoft/go-winio v0.6.2
github.com/deckarep/golang-set/v2 v2.6.0
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe
github.com/luskaner/aoe2DELanServer/launcher-common v0.0.0-20240814235549-76301384a25b
github.com/spf13/cobra v1.8.1
golang.org/x/sys v0.24.0
Expand Down
2 changes: 2 additions & 0 deletions launcher-config/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63 h1:UYcA1nikKZDH8xJ5q81RItdRxqLHqNFgmkOMIZKAtHA=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63/go.mod h1:aY4WgTJHSFif1uOa9H0Jscxorp9g5Ol3N6rLexYFhU8=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe h1:1IfHEBnTM8hZWzhFhzAi+mO+Si8T2xDLjmAbf8AoHRY=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe/go.mod h1:aY4WgTJHSFif1uOa9H0Jscxorp9g5Ol3N6rLexYFhU8=
github.com/luskaner/aoe2DELanServer/launcher-common v0.0.0-20240814235549-76301384a25b h1:fvDpchTCuj6+RbbH6l1csnpLltBUwpgcIPnNu/EQ2dA=
github.com/luskaner/aoe2DELanServer/launcher-common v0.0.0-20240814235549-76301384a25b/go.mod h1:NMQapHmJN/yD5HhaPQhxDrLLMl33/G30AKf0xKj5bBw=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
Expand Down
2 changes: 1 addition & 1 deletion launcher/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/google/uuid v1.6.0
github.com/inconshreveable/mousetrap v1.1.0
github.com/luskaner/aoe2DELanServer/battle-server-broadcast v1.2.0
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe
github.com/luskaner/aoe2DELanServer/launcher-common v0.0.0-20240814235549-76301384a25b
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.19.0
Expand Down
2 changes: 2 additions & 0 deletions launcher/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ github.com/luskaner/aoe2DELanServer/battle-server-broadcast v1.2.0 h1:Lv8CpAd2xq
github.com/luskaner/aoe2DELanServer/battle-server-broadcast v1.2.0/go.mod h1:vQ/CslrRbT5/MQfaeFR3bvfNmBt/Tb3A60hmSTGgre4=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63 h1:UYcA1nikKZDH8xJ5q81RItdRxqLHqNFgmkOMIZKAtHA=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63/go.mod h1:aY4WgTJHSFif1uOa9H0Jscxorp9g5Ol3N6rLexYFhU8=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe h1:1IfHEBnTM8hZWzhFhzAi+mO+Si8T2xDLjmAbf8AoHRY=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe/go.mod h1:aY4WgTJHSFif1uOa9H0Jscxorp9g5Ol3N6rLexYFhU8=
github.com/luskaner/aoe2DELanServer/launcher-common v0.0.0-20240814235549-76301384a25b h1:fvDpchTCuj6+RbbH6l1csnpLltBUwpgcIPnNu/EQ2dA=
github.com/luskaner/aoe2DELanServer/launcher-common v0.0.0-20240814235549-76301384a25b/go.mod h1:NMQapHmJN/yD5HhaPQhxDrLLMl33/G30AKf0xKj5bBw=
github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY=
Expand Down
2 changes: 1 addition & 1 deletion server-genCert/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.0

require github.com/spf13/cobra v1.8.1

require github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63
require github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe

require (
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions server-genCert/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63 h1:UYcA1nikKZDH8xJ5q81RItdRxqLHqNFgmkOMIZKAtHA=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63/go.mod h1:aY4WgTJHSFif1uOa9H0Jscxorp9g5Ol3N6rLexYFhU8=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe h1:1IfHEBnTM8hZWzhFhzAi+mO+Si8T2xDLjmAbf8AoHRY=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe/go.mod h1:aY4WgTJHSFif1uOa9H0Jscxorp9g5Ol3N6rLexYFhU8=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=
github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y=
Expand Down
2 changes: 1 addition & 1 deletion server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/gorilla/handlers v1.5.2
github.com/gorilla/schema v1.4.1
github.com/gorilla/websocket v1.5.3
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.19.0
github.com/wk8/go-ordered-map/v2 v2.1.8
Expand Down
2 changes: 2 additions & 0 deletions server/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63 h1:UYcA1nikKZDH8xJ5q81RItdRxqLHqNFgmkOMIZKAtHA=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240813200314-001649bbff63/go.mod h1:aY4WgTJHSFif1uOa9H0Jscxorp9g5Ol3N6rLexYFhU8=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe h1:1IfHEBnTM8hZWzhFhzAi+mO+Si8T2xDLjmAbf8AoHRY=
github.com/luskaner/aoe2DELanServer/common v0.0.0-20240816182051-6f3ed50dd7fe/go.mod h1:aY4WgTJHSFif1uOa9H0Jscxorp9g5Ol3N6rLexYFhU8=
github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY=
github.com/magiconair/properties v1.8.7/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0=
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
Expand Down

0 comments on commit df42f98

Please sign in to comment.