Changeset 8 in code for trunk/go.mod


Ignore:
Timestamp:
Sep 16, 2022, 10:51:10 PM (3 years ago)
Author:
fattalion
Message:

Support Go versions down to 1.16

Tested each of 1.16, 1.17, 1.18, and 1.19, and all work just fine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/go.mod

    r1 r8  
    11module codeberg.org/Simple-Web/simplytranslate_engines_go
    22
    3 go 1.18
     3go 1.16
    44
    55require github.com/PuerkitoBio/goquery v1.8.0
    66
    7 require (
    8         github.com/andybalholm/cascadia v1.3.1 // indirect
    9         golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
    10 )
     7require golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
Note: See TracChangeset for help on using the changeset viewer.