4 Commits
v0.1.0 ... main

Author SHA1 Message Date
xuu
ac5540aa3c Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2023-05-26 13:23:17 -06:00
xuu
99132c2950 Add '.drone.yml'
Some checks failed
continuous-integration/drone Build is failing
2023-05-26 13:07:07 -06:00
Jon Lundy
badfc0045e Merge pull request #6 from sour-is/dependabot/go_modules/github.com/matryer/is-1.4.1
chore(deps): bump github.com/matryer/is from 1.4.0 to 1.4.1
2023-05-26 11:20:54 -06:00
dependabot[bot]
7bd53ffcf8 chore(deps): bump github.com/matryer/is from 1.4.0 to 1.4.1
Bumps [github.com/matryer/is](https://github.com/matryer/is) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/matryer/is/releases)
- [Commits](https://github.com/matryer/is/compare/v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: github.com/matryer/is
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-06 20:35:11 +00:00
3 changed files with 12 additions and 3 deletions

9
.drone.yml Normal file
View File

@@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: golang:1.20
commands:
- go test -v -race ./...

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/sour-is/go-passwd
go 1.19
require (
github.com/matryer/is v1.4.0
github.com/matryer/is v1.4.1
golang.org/x/crypto v0.4.0
)

4
go.sum
View File

@@ -1,5 +1,5 @@
github.com/matryer/is v1.4.0 h1:sosSmIWwkYITGrxZ25ULNDeKiMNzFSr4V/eqBQP0PeE=
github.com/matryer/is v1.4.0/go.mod h1:8I/i5uYgLzgsgEloJE1U6xx5HkBQpAZvepWuujKwMRU=
github.com/matryer/is v1.4.1 h1:55ehd8zaGABKLXQUe2awZ99BD/PTc2ls+KV/dXphgEQ=
github.com/matryer/is v1.4.1/go.mod h1:8I/i5uYgLzgsgEloJE1U6xx5HkBQpAZvepWuujKwMRU=
golang.org/x/crypto v0.4.0 h1:UVQgzMY87xqpKNgb+kDsll2Igd33HszWHFLmpaRMq/8=
golang.org/x/crypto v0.4.0/go.mod h1:3quD/ATkf6oY+rnes5c3ExXTbLc8mueNue5/DoinL80=
golang.org/x/sys v0.3.0 h1:w8ZOecv6NaNa/zC8944JTU3vz4u6Lagfk4RPQxv92NQ=