github.com/AndrienkoAleksandr/go@v0.0.19/go.mod (about)

     1  module github.com/AndrienkoAleksandr/go
     2  
     3  go 1.20
     4  
     5  replace github.com/AndrienkoAleksandr/go => ./src
     6  
     7  require (
     8  	golang.org/x/crypto v0.10.0
     9  	golang.org/x/net v0.11.1-0.20230613203745-f5464ddb689c
    10  )
    11  
    12  require (
    13  	golang.org/x/sys v0.9.0 // indirect
    14  	golang.org/x/text v0.10.1-0.20230613190012-2df65d769a9e // indirect
    15  )