Removed dead comments from go.mod

This commit is contained in:
neilotoole 2023-04-16 07:20:37 -06:00
parent c28af8e7e0
commit fe403f4d8f

2
go.mod
View File

@ -45,8 +45,6 @@ require (
github.com/neilotoole/slogt v1.0.0 github.com/neilotoole/slogt v1.0.0
github.com/samber/lo v1.38.1 github.com/samber/lo v1.38.1
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 golang.org/x/exp v0.0.0-20230321023759-10a507213a29
//golang.org/x/exp v0.0.0-20221012211006-4de253d81b95 // older version that had slog.FromContext
//golang.org/x/exp v0.0.0-20230321023759-10a507213a29
) )
require ( require (