Skip to content

Commit

Permalink
Updated dependencies (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell authored Jan 30, 2023
1 parent 45c4669 commit 540e27f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 2022/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/EduardGomezEscandell/AdventOfCode/2022
go 1.18

require (
github.com/EduardGomezEscandell/algo v0.0.0-20230117194224-a4fabc93a2cb
github.com/EduardGomezEscandell/algo v0.0.0-20230130173417-a5df44a2aabe
github.com/stretchr/testify v1.8.1
)

Expand Down
2 changes: 2 additions & 0 deletions 2022/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
github.com/EduardGomezEscandell/algo v0.0.0-20230117194224-a4fabc93a2cb h1:iweoC6XXSUX8R3RW350couVnu7PMZn1VZElU15uiSZY=
github.com/EduardGomezEscandell/algo v0.0.0-20230117194224-a4fabc93a2cb/go.mod h1:SB6sywT+Ulc6vXEh9sySi38oosDQQ/esEKWeWl3Nx1I=
github.com/EduardGomezEscandell/algo v0.0.0-20230130173417-a5df44a2aabe h1:1OCmynBYbIeyKyy8F+qr5tTtR1i9XvMoLIfpZuWxBM0=
github.com/EduardGomezEscandell/algo v0.0.0-20230130173417-a5df44a2aabe/go.mod h1:SB6sywT+Ulc6vXEh9sySi38oosDQQ/esEKWeWl3Nx1I=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 540e27f

Please sign in to comment.