File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,13 @@ package app
22
33import (
44 "context"
5+ "errors"
56 "fmt"
6- "github.com/pkg/errors"
7- log "github.com/sirupsen/logrus"
8- "golang.org/x/crypto/bcrypt"
97 "net/http"
108 "strings"
9+
10+ log "github.com/sirupsen/logrus"
11+ "golang.org/x/crypto/bcrypt"
1112)
1213
1314type contextKey int
Original file line number Diff line number Diff line change 55require (
66 github.com/fsnotify/fsnotify v1.9.0
77 github.com/magefile/mage v1.15.0
8- github.com/pkg/errors v0.9.1
98 github.com/sirupsen/logrus v1.9.3
109 github.com/spf13/cobra v1.9.1
1110 github.com/spf13/viper v1.20.1
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ github.com/magefile/mage v1.15.0 h1:BvGheCMAsG3bWUDbZ8AyXXpCNwU9u5CB6sM+HNb9HYg=
2020github.com/magefile/mage v1.15.0 /go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A =
2121github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4 =
2222github.com/pelletier/go-toml/v2 v2.2.4 /go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY =
23- github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
24- github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
2523github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
2624github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
2725github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8 =
You can’t perform that action at this time.
0 commit comments