mirror

Mirror free and open-source projects you like with minimal effort
git clone git://git.server.ky/slackcoder/mirror
Log | Files | Refs | README

go.mod (281B)


      1 module git.server.ky/slackcoder/mirror
      2 
      3 go 1.22.4
      4 
      5 require (
      6 	github.com/BurntSushi/toml v1.4.0
      7 	github.com/stretchr/testify v1.9.0
      8 )
      9 
     10 require (
     11 	github.com/davecgh/go-spew v1.1.1 // indirect
     12 	github.com/pmezard/go-difflib v1.0.0 // indirect
     13 	gopkg.in/yaml.v3 v3.0.1 // indirect
     14 )