Skip to content

Commit

Permalink
go.mod: update Go to version 1.21 and module crypto to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
shuLhan committed Mar 16, 2024
1 parent 713d51e commit e892d3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module git.sr.ht/~shulhan/pakakeh.go

go 1.20
go 1.21

require (
golang.org/x/crypto v0.21.0
Expand All @@ -9,6 +9,6 @@ require (
golang.org/x/term v0.18.0
)

replace golang.org/x/crypto => git.sr.ht/~shulhan/go-x-crypto v0.18.1-0.20240119171712-4b35f92ea767
replace golang.org/x/crypto => git.sr.ht/~shulhan/go-x-crypto v0.21.1-0.20240316083930-db093b454c7e

//replace golang.org/x/term => ../../../golang.org/x/term
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
git.sr.ht/~shulhan/go-x-crypto v0.18.1-0.20240119171712-4b35f92ea767 h1:yI24gorGiJOrpXLuZM69rVvyAqMAuaoyfVrMxU6hlPk=
git.sr.ht/~shulhan/go-x-crypto v0.18.1-0.20240119171712-4b35f92ea767/go.mod h1:R0j02AL6hcrfOiy9T4ZYp/rcWeMxM3L6QYxlOuEG1mg=
git.sr.ht/~shulhan/go-x-crypto v0.21.1-0.20240316083930-db093b454c7e h1:E8rBuql7phkpfhEn7QTxNQDj1Eg3OzcTFXbmoYGK34U=
git.sr.ht/~shulhan/go-x-crypto v0.21.1-0.20240316083930-db093b454c7e/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs=
golang.org/x/net v0.22.0 h1:9sGLhx7iRIHEiX0oAJ3MRZMUCElJgy7Br1nO+AMN3Tc=
golang.org/x/net v0.22.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=
Expand Down

0 comments on commit e892d3a

Please sign in to comment.