Changeset 147 in code for trunk/go.mod


Ignore:
Timestamp:
Mar 18, 2024, 1:23:54 AM (15 months ago)
Author:
Izuru Yakumo
Message:

コードのリファクタリングが完了しました

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/go.mod

    r142 r147  
    11module marisa.chaotic.ninja/yukari
    22
    3 go 1.14
     3go 1.16
    44
    55require (
     6        github.com/stretchr/testify v1.9.0 // indirect
    67        github.com/valyala/fasthttp v1.34.0
    78        golang.org/x/net v0.7.0
    89        golang.org/x/text v0.7.0
     10        gopkg.in/ini.v1 v1.67.0
    911)
Note: See TracChangeset for help on using the changeset viewer.