module github.com/ctreminiom/go-atlassian go 1.15 require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/go-playground/universal-translator v0.17.0 // indirect github.com/google/uuid v1.1.4 github.com/imdario/mergo v0.3.11 github.com/leodido/go-urn v1.2.1 // indirect github.com/stretchr/testify v1.6.1 gopkg.in/go-playground/assert.v1 v1.2.1 // indirect gopkg.in/go-playground/validator.v9 v9.31.0 )