diff --git a/go.mod b/go.mod index fe1395c97f4c587db3ab2ed29c3ac0ef865bb1fc..8b36c5e690eafa6f8169c3b6e5a49551c9e8cb63 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/go.sum b/go.sum index be8d433405a67da622ad0a3d093488eb5397fe21..a24095f9be36862829c841ff2dfa9f9d7af8c84c 100644 --- a/go.sum +++ b/go.sum @@ -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=