Skip to content

Commit

Permalink
Cleanup packages
Browse files Browse the repository at this point in the history
  • Loading branch information
evg4b committed Oct 16, 2022
1 parent 6aba8d1 commit f5cbbfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ go 1.19
require (
github.com/PuerkitoBio/purell v1.2.0
github.com/gojuno/minimock/v3 v3.0.10
github.com/gorilla/mux v1.8.0
github.com/pseidemann/finish v1.2.0
github.com/pterm/pterm v0.12.49
github.com/stretchr/testify v1.8.0
golang.org/x/net v0.0.0-20221004154528-8021a29435af
gopkg.in/yaml.v3 v3.0.1
)

require (
Expand All @@ -17,7 +19,6 @@ require (
github.com/containerd/console v1.0.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gookit/color v1.5.2 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/lithammer/fuzzysearch v1.1.5 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand All @@ -26,5 +27,4 @@ require (
golang.org/x/sys v0.0.0-20221006211917-84dc82d7e875 // indirect
golang.org/x/term v0.0.0-20220919170432-7a66f970e087 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"errors"
"flag"
"fmt"
"gopkg.in/yaml.v3"
"net/http"
"os"
"strings"
Expand All @@ -18,6 +17,7 @@ import (
"github.com/pseidemann/finish"
"github.com/pterm/pterm"
"github.com/pterm/pterm/putils"
"gopkg.in/yaml.v3"
)

var Version = "X.X.X"
Expand Down

0 comments on commit f5cbbfd

Please sign in to comment.