Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Commit

Permalink
Go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Simonov committed Dec 26, 2021
1 parent 8e86935 commit 4f6df33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ module github.com/esimonov/ifshort
go 1.17

require golang.org/x/tools v0.0.0-20201028025901-8cd080b735b3

require (
golang.org/x/mod v0.3.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)

0 comments on commit 4f6df33

Please sign in to comment.