-
- Downloads
feat: new watch lib
... | ... | @@ -13,7 +13,7 @@ require ( |
gitlab.schukai.com/oss/libraries/go/application/xflags v1.9.0 | ||
gitlab.schukai.com/oss/libraries/go/network/http-negotiation v1.3.1 | ||
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.5.2 | ||
gitlab.schukai.com/oss/libraries/go/utilities/watch v0.2.0 | ||
gitlab.schukai.com/oss/libraries/go/utilities/watch v0.3.0 | ||
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
... | ... |
... | ... | @@ -70,6 +70,8 @@ gitlab.schukai.com/oss/libraries/go/utilities/watch v0.1.0 h1:FAKHmf9p3NKyzuM0cI |
gitlab.schukai.com/oss/libraries/go/utilities/watch v0.1.0/go.mod h1:tMFl68peRKHgFQLltrTN3JLredofMqvGi3C0SEAj73Y= | ||
gitlab.schukai.com/oss/libraries/go/utilities/watch v0.2.0 h1:tLjN9Wyv+LJhtiiQDzdzaDelEq2LVCDP3Ndo7ZPIWfQ= | ||
gitlab.schukai.com/oss/libraries/go/utilities/watch v0.2.0/go.mod h1:tMFl68peRKHgFQLltrTN3JLredofMqvGi3C0SEAj73Y= | ||
gitlab.schukai.com/oss/libraries/go/utilities/watch v0.3.0 h1:AgsYBBmGFdhkHHx6s44ZQfTAyf/dN8U+dRTXVB+s/WI= | ||
gitlab.schukai.com/oss/libraries/go/utilities/watch v0.3.0/go.mod h1:tMFl68peRKHgFQLltrTN3JLredofMqvGi3C0SEAj73Y= | ||
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= | ||
golang.org/x/exp v0.0.0-20221012211006-4de253d81b95 h1:sBdrWpxhGDdTAYNqbgBLAR+ULAPPhfgncLr1X0lyWtg= | ||
golang.org/x/exp v0.0.0-20221012211006-4de253d81b95/go.mod h1:cyybsKvd6eL0RnXn6p/Grxp8F5bW7iYuBgsNCOHpMYE= | ||
... | ... |
Please register or sign in to comment