Text file src/cmd/go/testdata/script/mod_get_fips140_issue73649.txt

     1  [GOEXPERIMENT:boringcrypto] skip
     2  
     3  env GOFIPS140=v1.0.0
     4  env GOCACHE=$WORK/cache
     5  go get example.com/importcrypto
     6  
     7  -- go.mod --
     8  module m
     9  
    10  go 1.27
    11  

View as plain text