diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ module go.uber.org/sally +go 1.16 + require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/go-bindata/go-bindata v1.0.0 |