Skip to content

Commit

Permalink
Fix go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
xylo04 committed Mar 28, 2023
1 parent a92827d commit ccadf8e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ require (
github.com/k0swe/wsjtx-go/v4 v4.0.2
github.com/rs/zerolog v1.28.0
github.com/stretchr/testify v1.8.1
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/leemcloughlin/jdn v0.0.0-20201102080031-6f88db6a6bf2 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mazznoer/csscolorparser v0.1.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
)

0 comments on commit ccadf8e

Please sign in to comment.