module golang-hello-world go 1.17 require ( github.com/BurntSushi/toml v1.1.0 // indirect golang.org/x/example v0.0.0-20220412213650-2e68773dfca0 // indirect )