Changeset 65 in code for trunk/go.mod


Ignore:
Timestamp:
Sep 18, 2023, 9:19:59 PM (21 months ago)
Author:
yakumo.izuru
Message:

M i m a s a m a ! ! !

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/go.mod

    r30 r65  
    1 module git.z3bra.org/partage
     1module marisa.chaotic.ninja/marisa
    22
    33go 1.17
    44
    55require (
    6         github.com/dustin/go-humanize v1.0.0 // indirect
    7         github.com/vharitonsky/iniflags v0.0.0-20180513140207-a33cd0b5f3de // indirect
    8         gopkg.in/ini.v1 v1.63.2 // indirect
     6        github.com/dustin/go-humanize v1.0.0
     7        gopkg.in/ini.v1 v1.63.2
    98)
     9
     10require github.com/stretchr/testify v1.8.4 // indirect
Note: See TracChangeset for help on using the changeset viewer.