Skip to content

Commit

Permalink
Update go.mod and go.sum files to reflect client changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rkz committed Feb 8, 2022
1 parent 354c2f9 commit d213bfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ require (
gopkg.in/yaml.v2 v2.4.0
)

replace github.com/mrcrilly/goawx => github.com/f0rkz/goawx v0.4.1
replace github.com/mrcrilly/goawx => github.com/f0rkz/goawx v0.5.0
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ github.com/f0rkz/goawx v0.4.0 h1:hfxusoF1bpCbUQFomh9f9qTZTiLDz4dFkG9kpGBj5so=
github.com/f0rkz/goawx v0.4.0/go.mod h1:7pBv7jPX2CCIuqrVvh8kZaLRH7wNVtW5Cufs3Pqy3CQ=
github.com/f0rkz/goawx v0.4.1 h1:MxxOl+kEY2WDX7/pIVuAsB4cDh6hfU515Uou3rv7Kr8=
github.com/f0rkz/goawx v0.4.1/go.mod h1:7pBv7jPX2CCIuqrVvh8kZaLRH7wNVtW5Cufs3Pqy3CQ=
github.com/f0rkz/goawx v0.5.0 h1:9BEmSeFdkSa0Cv9u4kvbjmARPj2jQzAwHYckirqh4Hs=
github.com/f0rkz/goawx v0.5.0/go.mod h1:7pBv7jPX2CCIuqrVvh8kZaLRH7wNVtW5Cufs3Pqy3CQ=
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU=
github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=
Expand Down

0 comments on commit d213bfd

Please sign in to comment.