-
- Downloads
Project 'c3root/useradm' was moved to 'root/useradm'. Please update any links and bookmarks that may still have the old path.
Merge branch 'dev' into 'main'
refactor: user_test See merge request tss24/useradm!3
Showing
- cmd/group.go 4 additions, 2 deletionscmd/group.go
- cmd/root.go 5 additions, 3 deletionscmd/root.go
- cmd/user.go 11 additions, 9 deletionscmd/user.go
- cmd/user/block.go 5 additions, 4 deletionscmd/user/block.go
- extras/create_test.go 0 additions, 112 deletionsextras/create_test.go
- go.mod 3 additions, 0 deletionsgo.mod
- go.sum 2 additions, 0 deletionsgo.sum
- model/user_test.go 123 additions, 0 deletionsmodel/user_test.go
extras/create_test.go
deleted
100644 → 0
... | @@ -9,10 +9,13 @@ require ( | ... | @@ -9,10 +9,13 @@ require ( |
require ( | require ( | ||
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect | github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | |||
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect | github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | github.com/google/uuid v1.6.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | |||
github.com/spf13/pflag v1.0.5 // indirect | github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/stretchr/testify v1.10.0 // indirect | |||
golang.org/x/crypto v0.31.0 // indirect | golang.org/x/crypto v0.31.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ) |
model/user_test.go
0 → 100644
Please register or sign in to comment