Skip to content

Commit

Permalink
depndency update
Browse files Browse the repository at this point in the history
  • Loading branch information
A. Schulze committed Nov 13, 2023
1 parent 31a15b5 commit c5bf17d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/andreasschulze/scmdhttpd

go 1.20
go 1.21

require golang.org/x/crypto v0.7.0

require (
golang.org/x/net v0.8.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/text v0.8.0 // indirect
)

0 comments on commit c5bf17d

Please sign in to comment.