github.com/Kolosok86/http@v0.1.2/go.mod (about)

     1  module github.com/Kolosok86/http
     2  
     3  go 1.20
     4  
     5  require golang.org/x/net v0.7.0
     6  
     7  require (
     8  	github.com/andybalholm/brotli v1.0.4 // indirect
     9  	github.com/klauspost/compress v1.15.15 // indirect
    10  	github.com/refraction-networking/utls v1.2.2 // indirect
    11  	golang.org/x/crypto v0.5.0 // indirect
    12  	golang.org/x/sys v0.5.0 // indirect
    13  	golang.org/x/text v0.7.0 // indirect
    14  )