diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-28 16:01:41 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-28 17:12:45 +0900 |
| commit | 2d5f913a431c4223a16c88551ffff4100ac483c4 (patch) | |
| tree | 4ea9f9db9dbe7cf1b7720205ae281a6b8bcca8e9 /backend/go.mod | |
| parent | 0dd94cbea6e857896c46d17493725f97369d99f9 (diff) | |
| download | iosdc-japan-2024-albatross-2d5f913a431c4223a16c88551ffff4100ac483c4.tar.gz iosdc-japan-2024-albatross-2d5f913a431c4223a16c88551ffff4100ac483c4.tar.zst iosdc-japan-2024-albatross-2d5f913a431c4223a16c88551ffff4100ac483c4.zip | |
feat: implement game entry
Diffstat (limited to 'backend/go.mod')
| -rw-r--r-- | backend/go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/go.mod b/backend/go.mod index e19bfc3..7e47d35 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -17,6 +17,7 @@ require ( require ( filippo.io/edwards25519 v1.1.0 // indirect github.com/antlr4-go/antlr/v4 v4.13.0 // indirect + github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect github.com/cubicdaiya/gonp v1.0.4 // indirect github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect github.com/davecgh/go-spew v1.1.1 // indirect |
