github.com/fnando/bolt@v0.0.4-0.20231107225351-5241e4d187b8/go.mod (about)

     1  module github.com/fnando/bolt
     2  
     3  go 1.21.2
     4  
     5  require (
     6  	github.com/fatih/camelcase v1.0.0
     7  	github.com/joho/godotenv v1.5.1
     8  	github.com/stretchr/testify v1.8.4
     9  	golang.org/x/exp v0.0.0-20231006140011-7918f672742d
    10  )
    11  
    12  require (
    13  	github.com/davecgh/go-spew v1.1.1 // indirect
    14  	github.com/dustin/go-humanize v1.0.1 // indirect
    15  	github.com/jedib0t/go-pretty/v6 v6.4.9 // indirect
    16  	github.com/mattn/go-runewidth v0.0.13 // indirect
    17  	github.com/pmezard/go-difflib v1.0.0 // indirect
    18  	github.com/rivo/uniseg v0.2.0 // indirect
    19  	golang.org/x/sys v0.13.0 // indirect
    20  	gopkg.in/yaml.v3 v3.0.1 // indirect
    21  )