github.com/thepudds/swisstable@v0.0.0-20221011152303-9c77dc657777/go.mod (about)

     1  module github.com/thepudds/swisstable
     2  
     3  go 1.17
     4  
     5  require (
     6  	github.com/google/go-cmp v0.5.9
     7  	github.com/mmcloughlin/avo v0.4.0
     8  	github.com/thepudds/fzgen v0.4.2
     9  )
    10  
    11  require (
    12  	github.com/sanity-io/litter v1.5.1 // indirect
    13  	golang.org/x/mod v0.5.1 // indirect
    14  	golang.org/x/sys v0.0.0-20211030160813-b3129d9d1021 // indirect
    15  	golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da // indirect
    16  	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
    17  )