Golang_HomeWork/hw08_zenv_to_structure/go.mod

9 lines
165 B
Modula-2

module github.com/tiburon-777/HW_OTUS/hw08_zenv_to_structure
go 1.14
require (
github.com/Ompluscator/dynamic-struct v1.2.0
github.com/stretchr/testify v1.6.1
)