diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-12 16:15:56 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-12 16:15:56 -0600 |
| commit | 54715831a2d307390c05214b6ae8bc721ade6680 (patch) | |
| tree | 9f44a7a6da0eac2736ae45e9d72e714b7b6186aa /go.mod | |
| parent | ff15873b766f5be308c9967859bfeb7da7cfa21a (diff) | |
feat: wire up dependencies in inversion of control container
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,11 +5,12 @@ go 1.24.0 require ( github.com/oklog/ulid v1.3.1 github.com/stretchr/testify v1.10.0 - github.com/xlgmokha/x v0.0.0-20250404223908-0b29f54f06e7 + github.com/xlgmokha/x v0.0.0-20250412211812-8dcb68809180 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect + github.com/golobby/container/v3 v3.3.2 // indirect github.com/google/jsonapi v1.0.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect |
