-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use xpasswd instead of passwd pkg (#13)
* Bump go version to 1.21 and remove vendor dir * Remove use of ioutil * Refactor to use xpasswd instead of passwd
- Loading branch information
1 parent
68348ba
commit caa3729
Showing
697 changed files
with
118 additions
and
449,364 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,31 @@ | ||
module github.com/mudler/entities | ||
|
||
go 1.12 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/golang/protobuf v1.3.2 // indirect | ||
github.com/kr/pretty v0.2.0 // indirect | ||
github.com/mauromorales/xpasswd v0.3.0 | ||
github.com/olekukonko/tablewriter v0.0.5 | ||
github.com/onsi/ginkgo v1.12.0 | ||
github.com/onsi/gomega v1.9.0 | ||
github.com/onsi/gomega v1.33.0 | ||
github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee | ||
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/cobra v0.0.6 | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/tredoe/osutil/v2 v2.0.0-rc.16 | ||
github.com/willdonnelly/passwd v0.0.0-20141013001024-7935dab3074c | ||
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect | ||
golang.org/x/sys v0.0.0-20200102141924-c96a22e43c9c // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
gopkg.in/yaml.v2 v2.2.8 | ||
) | ||
|
||
require ( | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/hpcloud/tail v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/kr/pretty v0.2.0 // indirect | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
golang.org/x/net v0.23.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
gopkg.in/fsnotify.v1 v1.4.7 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.