-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #151 from github/bump-dependencies
Bump the Go version and dependencies
- Loading branch information
Showing
2 changed files
with
12 additions
and
13 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,13 +1,17 @@ | ||
module github.com/github/smimesign | ||
|
||
go 1.12 | ||
go 1.22.7 | ||
|
||
require ( | ||
github.com/certifi/gocertifi v0.0.0-20180118203423-deb3ae2ef261 | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/pborman/getopt v0.0.0-20180811024354-2b5b3bfb099b | ||
github.com/pkg/errors v0.8.1 | ||
github.com/stretchr/testify v1.3.0 | ||
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734 | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 | ||
golang.org/x/crypto v0.27.0 | ||
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // 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