Skip to content

Commit

Permalink
Update flagcfg
Browse files Browse the repository at this point in the history
  • Loading branch information
ancientlore committed Aug 2, 2023
1 parent bed4410 commit 201a7a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module github.com/ancientlore/hurl

require (
github.com/ancientlore/flagcfg v1.0.6
github.com/ancientlore/flagcfg v1.1.0
github.com/ancientlore/kubismus v1.1.3
github.com/facebookgo/flagenv v0.0.0-20160425205200-fcd59fca7456
github.com/google/uuid v1.3.0
)

require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=
github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/ancientlore/flagcfg v1.0.6 h1:3Eu/RpWE///mFss6moqhZddNaHVeGg6bdgjpZfNjfdc=
github.com/ancientlore/flagcfg v1.0.6/go.mod h1:F04LNvgbBLrFjGVbOINv1ki2mO/lerl5KtClczG6p6o=
github.com/BurntSushi/toml v1.3.2 h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8=
github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/ancientlore/flagcfg v1.1.0 h1:12pNrlrjfX/JeYTUvxB79nbeYHHGLT8PSC081dGeOv8=
github.com/ancientlore/flagcfg v1.1.0/go.mod h1:4V9f6umRbQdgPYvJsJ2uxJmHx/7fzo9pd4s7JA0jTvs=
github.com/ancientlore/kubismus v1.1.3 h1:Wqte030RdyZnwlMs18uTyVCuEK4NARnN42Uml4VNBlY=
github.com/ancientlore/kubismus v1.1.3/go.mod h1:KsopJrcGj1MqqMHFIsd2etZIvyD9O7vIDxxvaT4lLn4=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
Expand Down

0 comments on commit 201a7a4

Please sign in to comment.