Skip to content

Commit

Permalink
#1 - adjust go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
obriensystems committed Jul 29, 2024
1 parent ca1cc46 commit d4111dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ module hello

go 1.22.5

require rsc.io/quote v1.5.2
//require rsc.io/quote v1.5.2

require (
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c // indirect
rsc.io/sampler v1.3.0 // indirect
)
//#require (
// golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c // indirect
// rsc.io/sampler v1.3.0 // indirect
//)

0 comments on commit d4111dc

Please sign in to comment.