update dependencies

This commit is contained in:
ston1th 2022-10-08 16:59:34 +02:00
commit 77230f5240
10 changed files with 19 additions and 11 deletions

View file

@ -1,4 +1,4 @@
Copyright (C) 2017 Marius Schellenberger
Copyright (C) 2022 Marius Schellenberger
All rights reserved.
Redistribution and use in source and binary forms, with or without

4
go.mod
View file

@ -1,3 +1,5 @@
module git.giftfish.de/ston1th/godrop/v2
require golang.org/x/sys v0.0.0-20181026144532-2772b66316d2 // indirect
go 1.19
require golang.org/x/sys v0.0.0-20221006211917-84dc82d7e875

4
go.sum
View file

@ -1,2 +1,2 @@
golang.org/x/sys v0.0.0-20181026144532-2772b66316d2 h1:W7CqTdBJ1CmxLKe7LptKDnBYV6PHrVLiGnoyBjaG/JQ=
golang.org/x/sys v0.0.0-20181026144532-2772b66316d2/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20221006211917-84dc82d7e875 h1:AzgQNqF+FKwyQ5LbVrVqOcuuFB67N47F9+htZYH0wFM=
golang.org/x/sys v0.0.0-20221006211917-84dc82d7e875/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

View file

@ -1,5 +1,6 @@
// Copyright (C) 2018 Marius Schellenberger
// Copyright (C) 2022 Marius Schellenberger
//go:build go1.11
// +build go1.11
// Package godrop provides a simple library to drop privileges on Linux and OpenBSD.

View file

@ -1,5 +1,6 @@
// Copyright (C) 2018 Marius Schellenberger
// Copyright (C) 2022 Marius Schellenberger
//go:build go1.11
// +build go1.11
package godrop

View file

@ -1,4 +1,4 @@
// Copyright (C) 2018 Marius Schellenberger
// Copyright (C) 2022 Marius Schellenberger
package godrop

View file

@ -1,5 +1,6 @@
// Copyright (C) 2018 Marius Schellenberger
// Copyright (C) 2022 Marius Schellenberger
//go:build !openbsd
// +build !openbsd
package godrop

View file

@ -1,5 +1,6 @@
// Copyright (C) 2018 Marius Schellenberger
// Copyright (C) 2022 Marius Schellenberger
//go:build openbsd
// +build openbsd
package godrop

View file

@ -1,5 +1,6 @@
// Copyright (C) 2018 Marius Schellenberger
// Copyright (C) 2022 Marius Schellenberger
//go:build !openbsd
// +build !openbsd
package godrop

View file

@ -1,5 +1,6 @@
// Copyright (C) 2018 Marius Schellenberger
// Copyright (C) 2022 Marius Schellenberger
//go:build openbsd
// +build openbsd
package godrop