gitextract__nt8qh5a/ ├── .gitignore ├── Goopfile ├── LICENSE ├── Makefile ├── README.md ├── colors/ │ └── colors.go ├── goop/ │ ├── goget.go │ ├── goop.go │ ├── goop_test.go │ ├── vcs.go │ └── vcs_test.go ├── main.go ├── parser/ │ ├── dependency.go │ ├── parser.go │ └── parser_test.go └── pkg/ └── env/ ├── env.go └── env_test.go